Skip to content

Commit

Permalink
Small change in README.md file and adding .idea to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
royeeshemesh committed May 13, 2015
1 parent c98d295 commit 992b90b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
node_modules/
.idea
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -70,7 +70,7 @@ For password reset, the steps are normally as follows:

1. User clicks "forgot password" on your Web site / app
2. System creates a "password reset email" that contains a one-time link and sends it to the registered email for the account
3. User clocks on the link, allowing them the opportunity to set a new password
3. User clicks on the link, allowing them the opportunity to set a new password

Activator calls step 2 "create a password reset" and step 3 "complete a password reset"

Expand Down

0 comments on commit 992b90b

Please sign in to comment.