-
- Downloads
Merge branch 'feature/password_expire' of /home/git/repositories/gitlab/gitlabhq
No related branches found
No related tags found
Showing
- app/controllers/admin/users_controller.rb 7 additions, 1 deletionapp/controllers/admin/users_controller.rb
- app/controllers/application_controller.rb 7 additions, 0 deletionsapp/controllers/application_controller.rb
- app/controllers/passwords_controller.rb 38 additions, 0 deletionsapp/controllers/passwords_controller.rb
- app/models/user.rb 9 additions, 2 deletionsapp/models/user.rb
- app/views/admin/users/_form.html.haml 18 additions, 12 deletionsapp/views/admin/users/_form.html.haml
- app/views/admin/users/show.html.haml 73 additions, 39 deletionsapp/views/admin/users/show.html.haml
- app/views/notify/new_user_email.html.haml 5 additions, 4 deletionsapp/views/notify/new_user_email.html.haml
- app/views/notify/new_user_email.text.erb 3 additions, 2 deletionsapp/views/notify/new_user_email.text.erb
- app/views/passwords/new.html.haml 22 additions, 0 deletionsapp/views/passwords/new.html.haml
- config/routes.rb 1 addition, 0 deletionsconfig/routes.rb
- db/fixtures/production/001_admin.rb 2 additions, 1 deletiondb/fixtures/production/001_admin.rb
- db/migrate/20130613165816_add_password_expires_at_to_users.rb 5 additions, 0 deletions...igrate/20130613165816_add_password_expires_at_to_users.rb
- db/migrate/20130613173246_add_created_by_id_to_user.rb 5 additions, 0 deletionsdb/migrate/20130613173246_add_created_by_id_to_user.rb
- db/schema.rb 3 additions, 1 deletiondb/schema.rb
- spec/features/admin/admin_users_spec.rb 1 addition, 17 deletionsspec/features/admin/admin_users_spec.rb
app/controllers/passwords_controller.rb
0 → 100644
app/views/passwords/new.html.haml
0 → 100644
Please register or sign in to comment