Change Readme + Remove 'Forgot Password' lon login page
This commit is contained in:
14
README.md
14
README.md
@ -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>
|
||||
|
Reference in New Issue
Block a user