mirror of
https://github.com/derf/travelynx
synced 2024-11-10 15:04:17 +00:00
registration form: note that user name must be alphanumeric
This commit is contained in:
parent
7206292163
commit
844a95f77f
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
|||
<div class="input-field col l6 m12 s12">
|
||||
<i class="material-icons prefix">account_circle</i>
|
||||
%= text_field 'user', id => 'account', class => 'validate', required => undef, pattern => '[0-9a-zA-Z_-]+', maxlength => 60, autocomplete => 'username'
|
||||
<label for="account">Name</label>
|
||||
<label for="account">Name (alphanumerisch)</label>
|
||||
</div>
|
||||
<div class="input-field col l6 m12 s12">
|
||||
<i class="material-icons prefix">email</i>
|
||||
|
|
Loading…
Reference in a new issue