Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 11
- Log:
Applied acts_as_authenticated patch described here:
http://www.ruby-forum.com/topic/71303Archive obtained from:
http://clanwhiskey.net/bobfunk/rforum_modification.zipNote that the patch is for RForum 0.2 but it is being applied to a
slightly newer version. The database migration step has had to be
renamed as a result, to 008_... instead of 005_..., since 005 to
007 are now used.
- Author:
- adh
- Date:
- Sat Jul 22 20:23:23 +0100 2006
- Size:
- 290 Bytes
1 | id => 1 |
2 | created_at => 2004-09-29 |
3 | updated_at => 2004-09-29 |
4 | name => a |
5 | email => admin@example.com |
6 | firstname => Admin |
7 | surname => The Powerful |
8 | password => 344a4827e06b9a5ae00b173a8ac2cc592d99aaa2 |
9 | salt => 513c4fd861eb14ab47e64638ef2a78401ec7bf82 |
10 | role => Admin |
11 | receives_email => 0 |
12 | sends_email => 0 |