Skip to content

Commit

Permalink
Update registerable on readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed May 11, 2010
1 parent bb39243 commit 08c5179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Right now it's composed of 11 modules:
* Token Authenticatable: signs in an user based on an authentication token (also known as "single access token"). The token can be given both through query string or HTTP Basic Authentication. * Token Authenticatable: signs in an user based on an authentication token (also known as "single access token"). The token can be given both through query string or HTTP Basic Authentication.
* Confirmable: sends emails with confirmation instructions and verifies whether an account is already confirmed during sign in. * Confirmable: sends emails with confirmation instructions and verifies whether an account is already confirmed during sign in.
* Recoverable: resets the user password and sends reset instructions. * Recoverable: resets the user password and sends reset instructions.
* Registerable: handles signing up users through a registration process. * Registerable: handles signing up users through a registration process, also allowing them to edit and destroy their account.
* Rememberable: manages generating and clearing a token for remembering the user from a saved cookie. * Rememberable: manages generating and clearing a token for remembering the user from a saved cookie.
* Trackable: tracks sign in count, timestamps and IP address. * Trackable: tracks sign in count, timestamps and IP address.
* Timeoutable: expires sessions that have no activity in a specified period of time. * Timeoutable: expires sessions that have no activity in a specified period of time.
Expand Down

0 comments on commit 08c5179

Please sign in to comment.