add validation to UsersController and let users change their own data and add breadcrumbs to user pages
This commit is contained in:
parent
af05d4ebfc
commit
aed297c33e
8 changed files with 312 additions and 58 deletions
|
|
@ -7,7 +7,7 @@
|
|||
<?php if($failed) : ?>
|
||||
<p class="invalid"><?=_('Login failed')?>.</p>
|
||||
<?php endif ?>
|
||||
<form method="post" action="<?=$linker->link(array(), 2)?>" class="logreg">
|
||||
<form method="post" class="logreg">
|
||||
<fieldset>
|
||||
<label for="username"><?=_('Username')?>:</label>
|
||||
<input name="username" type="text" placeholder="<?=_('Username')?>" value="<?=$username?>" required="required" autofocus="autofocus" /><br />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue