Work on the user account system

Allow a user to modifies its name, username, initials, and password.

Fixes username handling on sandstorm.

Fixes #149.
This commit is contained in:
Maxime Quandalle 2015-06-01 17:56:00 +02:00
parent 5f09c0ce40
commit 7f6929608c
34 changed files with 255 additions and 164 deletions

View file

@ -5,7 +5,7 @@
<template name='message'>
<div class="big-message quiet {{ color }}">
<h1>{{_ label}}</h1>
{{#with pathFor route='Login'}}
{{#with pathFor route='atSignIn'}}
<p>{{{_ 'page-maybe-private' this}}}</p>
{{/with}}
</div>