Prevent Persona users from setting a password
[?]
Jul 9, 2013, 10:57 AM
XUKHBDR5HJKYJ7GEWTL4YLQEW2S4ERU2WVQZU3INIJB34B4CTUKACDependencies
- [2]
XMB4MTRLShow sign in as success - [3]
2CZSW5S5Don't redirect to /login if authentication is required - [4]
LZVO64YGMerge in the first bits of the API work - [5]
LSZLZHJYAllow users to edit their own settings - [6]
36ZTCZ4FAdd basic Persona support - [*]
XJRJ4J7MAdd user registration - [*]
SZYDW2DGhydra: added some user admin - [*]
JARRBLZDBootstrapify the Hydra forms (except the project and jobset edit pages)
Change contents
- edit in src/lib/Hydra/Controller/User.pm at line 13
use HTML::Entities; - replacement in src/lib/Hydra/Controller/User.pm at line 110
$c->flash->{successMsg} = "You are now signed in as <tt>" . $email . "</tt>";$c->flash->{successMsg} = "You are now signed in as <tt>" . encode_entities($email) . "</tt>"; - edit in src/lib/Hydra/Controller/User.pm at line 270
error($c, "This user's password cannot be reset.") if $user->password eq "!"; - replacement in src/lib/Hydra/Controller/User.pm at line 299
if ($password ne "") {if ($user->password ne "!" && $password ne "") { - edit in src/lib/Hydra/Controller/User.pm at line 316
$c->flash->{successMsg} = "Your preferences have been updated."; - edit in src/root/user.tt at line 37
[% IF !create && user.password != '!' %] - edit in src/root/user.tt at line 51[10.18199][8.5859]
[% END %]