Shawn Kwang
|
cb3683515d
|
web: Added token authentication to form.
Adds token authentication to user_agreetotermsofuse_action, in order to prevent unauthorized use.
|
2018-12-04 14:47:35 -06:00 |
Keith Uplinger
|
aaf866ebb0
|
Delete token for email recovery.
|
2018-05-01 21:30:50 -05:00 |
Keith Uplinger
|
dbafb59b92
|
Change to use token.inc for email_change_notification
|
2018-04-23 14:21:01 -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
|
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 |