Changesets can be listed by changeset number.
The Git repository is here.
Changeset 428
Canvass was converting e-mail addresses to lower case
when it saved User details for some reason. This meant
that any Hub user with a mixed-case e-mail address would
be able to access one page from Canvass, then nothing
else; Canvass would fail to find a matching local user
with their Hub-based mixed case address, create a new
user, save it and in saving convert the address to
lower case and thus encounter an exception as a local
user would already exist with the lower case version of
the mixed case address.
Very simple fix; verified by checking access to Canvass
on the ROOL site using a mixed case e-mail address in a
Hub account.
- Comitted by: rool
- Date: Sunday October 30 14:53:47 2011 (over 13 years ago)
Affected files:
rool/rails/canvass/trunk/app/models/user.rb:
prev. | current | |
SEARCH_COLUMNS = %w{name email} | ||
# =========================================================================== | ||
62 | | |
63 | | |
64 | ||
65 | | |
66 | ||
67 | | |
68 | | |
69 | | |
70 | ||
71 | | |
# GENERAL | ||
# =========================================================================== | ||