Commit Graph

8 Commits

Author SHA1 Message Date
Kevin Reed 83ea2bc9ec web: fixing spacing identified by scruitinizer 2018-05-17 09:58:03 -05:00
Kevin Reed 0485c36ff7 Merge branch 'master' into knr_right_to_erase 2018-04-30 14:14:41 -05:00
Kevin Reed d2d7e68ace web: modify token include file to provide generic functions for creating
and validating tokens rather than a function per type of token
2018-04-23 11:39:32 -05:00
Kevin Reed 51038b0f5b web: change from using MySQL function unix_timestamp() to use php time()
in order to set value of current time
2018-04-19 08:57:36 -05:00
Kevin Reed 059d4e043b Merge branch 'knr_token2' into knr_right_to_erase
Conflicts:
	html/inc/token.inc
	html/ops/test_token.php
2018-04-18 17:20:42 -05:00
Kevin Reed 81b1cf50f2 web: Add html include file that makes it easy to create and verify
tokens for delete_account.
2018-04-18 15:29:06 -05:00
Kevin Reed 3cac897723 web: Implement delete_account_request_action.php (verify password,
create token and send email)
2018-04-17 18:21:57 -05:00
Kevin Reed 4a6246a8bb web: create token table and php object to interact with token table.
Add script that will delete expired tokens once a day
2018-04-06 13:30:01 -05:00