mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
- translated german comment
This commit is contained in:
parent
0af1c8cec4
commit
312f43e12c
|
@ -183,7 +183,7 @@ if (is_bool($user)) {
|
|||
exit;
|
||||
}
|
||||
|
||||
//Vergleichen des Passwortes (falls kein guest-login)
|
||||
// Check if password matches (if not a guest user)
|
||||
// Assume that the password has been sent via HTTP POST. It would be careless
|
||||
// (and dangerous) for passwords to be sent via GET.
|
||||
if (($userid != $settings->_guestID) && (md5($pwd) != $user->getPwd())) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user