|
634ba7e901
|
Add access control and :forbidden error handling
|
2023-04-24 23:08:55 +02:00 |
|
|
4dbd5f4a2a
|
Update Users#index
|
2023-04-23 19:35:10 +02:00 |
|
|
86dbc95375
|
Add navigation menu
|
2023-04-21 20:22:16 +02:00 |
|
|
86798d8e39
|
Display resource error messages beside form
|
2023-04-20 23:22:03 +02:00 |
|
|
85beaf23fd
|
Remove confirmation link
|
2023-04-20 23:09:58 +02:00 |
|
|
30a3ecd6d0
|
Update and test resend confirmation form
|
2023-04-19 19:50:15 +02:00 |
|
|
7dabbd3036
|
Update and test password recovery forms
|
2023-04-19 19:29:12 +02:00 |
|
|
894c21f322
|
Move reset buttons to corresponding forms
|
2023-04-19 01:32:06 +02:00 |
|
|
bd2557d261
|
Add registration form
|
2023-04-13 19:52:23 +02:00 |
|
|
17e3f2e100
|
Do not display application menu links with current url
Add "Recover password" link
|
2023-04-13 01:48:47 +02:00 |
|
|
3f2a92a6e5
|
Test "sign in"
|
2023-04-12 23:23:37 +02:00 |
|
|
d9943752e8
|
Style form as table
|
2023-04-07 17:37:17 +02:00 |
|
|
74381494ea
|
Style 'Sign in' view
|
2023-04-07 00:09:20 +02:00 |
|
|
b5c0a6a120
|
Move 'Register' link to application menu
|
2023-04-06 00:16:13 +02:00 |
|
|
201cb109d8
|
Generate Devise scoped views
bin/rails generate devise:views users
|
2023-04-05 23:40:31 +02:00 |
|
|
c72144ff22
|
Add app menu with sign in/out links
|
2023-04-02 00:54:18 +02:00 |
|
|
deaf0fa73b
|
Generate User scaffold
bundle exec rails generate scaffold user email:string{64}:uniq
status:integer
|
2023-03-11 22:56:32 +01:00 |
|