NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Commit

[Web] Fix password check typo from 19843cc (#4056)

995f135f
Loïc Beurlet <[email protected]> 5 years ago
data/web/inc/functions.admin.inc.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Diff

diff --git a/data/web/inc/functions.admin.inc.php b/data/web/inc/functions.admin.inc.php
index 1d8300a6..49fc1c5f 100644
--- a/data/web/inc/functions.admin.inc.php
+++ b/data/web/inc/functions.admin.inc.php
@@ -48,7 +48,7 @@ function admin($_action, $_data = null) {
           return false;
         }
       }
-      if (password_check($password2, $password2) !== true) {
+      if (password_check($password, $password2) !== true) {
         return false;
       }
       // support pre hashed passwords