Show sign in as success
[?]
Jul 9, 2013, 10:07 AM
XMB4MTRLVDDXF6ISVXXEKEFU2KRTQHHV3UJEWRXQOZAOYAEFPQBACDependencies
- [2]
2CZSW5S5Don't redirect to /login if authentication is required - [3]
LZVO64YGMerge in the first bits of the API work - [4]
36ZTCZ4FAdd basic Persona support - [5]
JARRBLZDBootstrapify the Hydra forms (except the project and jobset edit pages) - [*]
XJRJ4J7MAdd user registration - [*]
J5UVLXOK* Start of a basic Catalyst web interface.
Change contents
- replacement in src/lib/Hydra/Controller/User.pm at line 109
$c->flash->{flashMsg} = "You are now signed in as <tt>" . $email . "</tt>";$c->flash->{successMsg} = "You are now signed in as <tt>" . $email . "</tt>"; - replacement in src/root/layout.tt at line 98
You are logged in as <tt>[% HTML.escape(c.user.username) %]</tt>.You are signed in as <tt>[% HTML.escape(c.user.username) %]</tt>.