File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 7
7
8
8
* Sean Doyle*
9
9
10
- * Add authentication generator to give a basic start to an authentication system using database-tracked sessions.
10
+ * Add authentication generator to give a basic start to an authentication system using database-tracked sessions and password reset .
11
11
12
12
Generate with...
13
13
22
22
app/models/user.rb
23
23
app/models/session.rb
24
24
app/controllers/sessions_controller.rb
25
+ app/controllers/passwords_controller.rb
26
+ app/mailers/passwords_mailer.rb
25
27
app/views/sessions/new.html.erb
28
+ app/views/passwords/new.html.erb
29
+ app/views/passwords/edit.html.erb
30
+ app/views/passwords_mailer/reset.html.erb
31
+ app/views/passwords_mailer/reset.text.erb
26
32
db/migrate/xxxxxxx_create_users.rb
27
33
db/migrate/xxxxxxx_create_sessions.rb
34
+ test/mailers/previews/passwords_mailer_preview.rb
28
35
```
29
36
30
37
*DHH*
You can’t perform that action at this time.
0 commit comments