Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Email verification step #1

Open
dylankeys opened this issue Sep 1, 2018 · 0 comments
Open

Email verification step #1

dylankeys opened this issue Sep 1, 2018 · 0 comments
Assignees
Labels
new feature A new piece of functionality

Comments

@dylankeys
Copy link
Owner

After confirming that the input email is authorised to access the file (functionality already added), send a verification code to the previously input email, once the user receives the email they will either/or:

  • Enter the code provided via email into the text box that has appeared in the application, if correct, direct the user to the vault
  • Click the verification link in the email that includes the unique verification code, unique file id and user's email and direct the user to the vault, assuming the link contains the relevant data

New database table will be required:
Table name: verification
Columns: id*,user,verificationhash,filehash

From the auth/ page, user/file data will be posted to auth/verify.php where a verification code will be required.

@dylankeys dylankeys self-assigned this Sep 1, 2018
@dylankeys dylankeys added enhancement New feature or request new feature A new piece of functionality and removed enhancement New feature or request labels Sep 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature A new piece of functionality
Projects
None yet
Development

No branches or pull requests

1 participant