1
0

Change Readme + Remove 'Forgot Password' lon login page

This commit is contained in:
HorlogeSkynet
2015-12-08 23:15:18 +01:00
parent be55c0cd0d
commit 496d569314
2 changed files with 10 additions and 6 deletions
README.md
src/Template/Users

@ -4,10 +4,16 @@ Ce projet est réalisé dans le cadre de la nuit de l'info 2015 par l'équipe [/
## To Do:
-> Backend:
* Validate input data in tables ?
* Change hour format -> 24h ?
* Big gap on pages footer ?
* Center text on delete button of Articles index ?
* Bug when RESET button on Submit form ?
* 3 Submit forms declared on index.ctp ?
* Allow the first user to add the 'admin' account of the site [almost implemented] ?
* Allow the first user to add the 'admin' account of the website [almost implemented] ?
-> Frontend:
* Big gap on non-full pages footer ?
* Center text on delete button of Articles index ?
* 3 Submit forms declared on index.ctp ?

@ -14,8 +14,6 @@
<?= $this->Form->button('Se connecter', ['class' => 'log-in-button']); ?>
<?= $this->Form->end(); ?>
<p class="text-center"><a href="#">Forgot your password?</a></p>
</div>
</div>
</div>