]> source.dussan.org Git - redmine.git/commit
Improved on-the-fly account creation. If some attributes are missing (eg. not present...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 19 Jul 2008 10:47:19 +0000 (10:47 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 19 Jul 2008 10:47:19 +0000 (10:47 +0000)
commiteb1d969237a9ed1bb41c6e10d5a9eb073f297e95
tree53f88db3c4e26b74979f3d16626ed066cb7f77ae
parent93201e7386eb8bb2c69f110d934f04feb81ffe93
Improved on-the-fly account creation. If some attributes are missing (eg. not present in the LDAP) or are invalid, the registration form is displayed so that the user is able to fill or fix these attributes.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1678 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/account_controller.rb
app/models/auth_source.rb
app/models/auth_source_ldap.rb
app/models/user.rb
app/views/account/register.rhtml
app/views/auth_sources/_form.rhtml
test/integration/account_test.rb