Commit Graph

11 Commits

Author SHA1 Message Date
yoshihara
c0d90640a3 Match method name with its behavior
find_user ->
 set_user
^^^^
2015-04-08 17:40:36 +09:00
Kyuden
8b07f217ff Display success message when password updated successfully 2014-10-03 12:41:51 +09:00
Kouhei Sutou
f5c0aaf8f2 Converge codes for user name restriction
The current implementation accepts only "admin" user. Codes for the
restriction exist in several files.

This change converges codes for the restriction to
app/models/user.rb. This change will be helpful when we support more
user names.
2014-09-25 15:55:19 +09:00
uu59
b2a6f0e9dc Remove duplicated validation (same code in the model). thanks @kou! 2014-08-12 22:25:48 +09:00
uu59
81600a2ba4 Remove ActiveRecord from User and RememeberToken 2014-06-19 16:28:34 +09:00
uu59
c4ccb9488c Clean up routes 2014-05-22 13:48:18 +09:00
uu59
0d4db20ec0 Fix login check 2014-05-22 13:35:24 +09:00
uu59
80875d0b11 Change user management. just manage password for admin user 2014-05-22 11:04:24 +09:00
uu59
6fbd1c6bfe Add /misc/users, information 2014-05-20 14:34:02 +09:00
uu59
19b0e591a1 Add login_required for exists controllers 2014-05-13 17:02:32 +09:00
uu59
508956f3b4 Add sign in process 2014-05-13 16:58:52 +09:00