Skip to content

Commit

Permalink
Add message to clarify need for account creation email. Closes #105
Browse files Browse the repository at this point in the history
  • Loading branch information
kumar-ish committed Nov 8, 2020
1 parent a4f1e12 commit 858ee1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Auth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ export class Login extends React.Component<Props, State> {
renderNotice = () => {
const list = [
'Login to access your previously created committees, or to create a new committee',
'Create an account with an email and password',
'Note that the email is only used to reset passwords and may be fake if you value your privacy (no need to confirm account creation via email)',
'Multiple directors may use the same account concurrently from different computers - use a password you\'re willing to share'
];

Expand Down

0 comments on commit 858ee1d

Please sign in to comment.