Skip to content
Snippets Groups Projects
Commit 7c69b6b9 authored by Leigh B. Stoller's avatar Leigh B. Stoller
Browse files

Ack, remove a bit of code that I used during the development of the

new uid code, but which is no longer needed now that the login table
has been updated. This was causing a few unlucky people to not be
able to log in.
parent 76fcb8aa
No related branches found
No related tags found
No related merge requests found
......@@ -759,7 +759,7 @@ function DOLOGIN($token, $password, $adminmode = 0) {
$failstamp = $user->weblogin_failstamp();
$usr_email = $user->email();
$usr_name = $user->name();
$uid_idx = $user->unix_uid();
$uid_idx = $user->uid_idx();
$usr_email = $user->email();
# Check for frozen accounts. We do not update the IP record when
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment