Show More
Commit Description:
more heart beat feature...
Commit Description:
more heart beat feature
add reset last login ip
(grafted from 6efa41a1cfdc5e910b85eec6d8b874ed651776bd)
References:
File last commit:
Show/Diff file:
Action:
app/views/user_admin/_form.html.erb
| 25 lines
| 739 B
| text/plain
| TextLexer
|
|
r320 | <%= error_messages_for 'user' %> | ||
<!--[form:user]--> | ||||
<p><label for="user_name">Login</label><br/> | ||||
<%= text_field 'user', 'login' %></p> | ||||
<p><label for="user_name">Full name</label><br/> | ||||
<%= text_field 'user', 'full_name' %></p> | ||||
<p><label for="password">Password</label><br/> | ||||
<%= password_field 'user', 'password' %></p> | ||||
<p><label for="password_confirmation">Password (confirm)</label><br/> | ||||
<%= password_field 'user', 'password_confirmation' %></p> | ||||
<p><label for="user_email">E-mail</label><br/> | ||||
|
r378 | <%= email_field 'user', 'email' %></p> | ||
|
r320 | |||
<p><label for="user_alias">Alias</label><br/> | ||||
<%= text_field 'user', 'alias' %></p> | ||||
r479 | ||||
<p><label for="user_remark">Remark</label><br/> | ||||
<%= text_field 'user', 'remark' %></p> | ||||
|
r320 | <!--[eoform:user]--> | ||