Show More
Commit Description:
add more error message to user list upgrade. Fix #9
Commit Description:
add more error message to user list upgrade. Fix #9
References:
File last commit:
Show/Diff file:
Action:
app/views/users/forget.html.haml | 19 lines | 486 B | text/x-haml | HamlLexer |
jittat
added password recovery through e-mails...
r189 .contest-title
%h1
Jittat Fakcharoenphol
renamed model Configuration to GraderConfiguration, renamed rhtml views to erb, fixed other small errors
r320 = "#{GraderConfiguration['contest.name']}: #{t 'registration.password_retrieval.header'}"
jittat
added password recovery through e-mails...
r189
- if flash[:notice]
%hr/
%b= flash[:notice]
%hr/
%br/
Jittat Fakcharoenphol
fixed form_tag/form_for, disabled attributes whitelist
r321 = form_tag :action => 'retrieve_password' do
jittat
added password recovery through e-mails...
r189 =t 'registration.password_retrieval.instructions'
Waitaya Krongapiradee
Changed to HTML5 email field and fixed some text appearance
r378 %br/
= email_field 'email', nil, :size => 20
jittat
added password recovery through e-mails...
r189 %br/
= submit_tag(t 'registration.password_retrieval.button_label')
= link_to "#{t 'go_back_to'}#{t 'home_page'}", :controller => 'main', :action => 'index'