Show sign in as success

[?]
Jul 9, 2013, 10:07 AM
XMB4MTRLVDDXF6ISVXXEKEFU2KRTQHHV3UJEWRXQOZAOYAEFPQBAC

Dependencies

  • [2] 2CZSW5S5 Don't redirect to /login if authentication is required
  • [3] LZVO64YG Merge in the first bits of the API work
  • [4] 36ZTCZ4F Add basic Persona support
  • [5] JARRBLZD Bootstrapify the Hydra forms (except the project and jobset edit pages)
  • [*] XJRJ4J7M Add user registration
  • [*] J5UVLXOK * Start of a basic Catalyst web interface.

Change contents

  • replacement in src/lib/Hydra/Controller/User.pm at line 109
    [3.1113][2.179:259]()
    $c->flash->{flashMsg} = "You are now signed in as <tt>" . $email . "</tt>";
    [3.1113]
    [2.259]
    $c->flash->{successMsg} = "You are now signed in as <tt>" . $email . "</tt>";
  • replacement in src/root/layout.tt at line 98
    [3.9312][3.1180:1256]()
    You are logged in as <tt>[% HTML.escape(c.user.username) %]</tt>.
    [3.9312]
    [3.9375]
    You are signed in as <tt>[% HTML.escape(c.user.username) %]</tt>.