• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
email_verified_p was not set in the user_info array.

Update for bugfix #1549

As per Jeff's suggestion, added a proc which refreshes the login if it's expired, and leaves the user alone if not logged in at all

Fixing auto-generation of usernames when email was already taken. Since (username) is empty on that point the following query never returned any rows and xxx-2 was always created, so it failed if xxx-2 was already existing.

Fixing an obvious typo - it still doesn't seem to work right when email is used as username and the email is taken already, but it's a step closer.

Fixed bug #1277: Respect EmailChangedPasswordP

  1. … 1 more file in changeset.
bugfix #824: needed to add -user_id switch to some lang::user procs to specify the user for which to get the locale; also had to change the default upvar level of lang::message::lookup from 2 to 1

  1. … 2 more files in changeset.
Fixed bug #906: trim email (and username)

  1. … 2 more files in changeset.