1
0
mirror of https://github.com/krislamo/DJ-BaseSite synced 2024-09-19 20:20:35 +00:00
Commit Graph

4 Commits

Author SHA1 Message Date
dce89a3acf Added the deactivation and account recovery system
Added the deactivation and account recovery systems.  The variable
EMAIL_MESSAGE was replaced with ACTIVATE_EMAIL, then RECOVERY_EMAIL was
added. The response variable was changed in all views to the correct
spelling.  The validation file has a new function to validate the
regular expressions in an email string and not check the database. And
finally the function UserActivationKey in views was renamed to KeyGen
2012-10-20 14:01:18 -07:00
8c5b68fd0d Fixed main title pages 2012-10-14 06:50:53 -07:00
782a6e15d2 Added custom title pages.
Added variable: "basetitle" to the config file which sets the title on
index, login and registration pages as well as the admin pages. I then
moved the code that connects to the SMTP server to above where the user
is created in registration. I did this because if the connection fails
then it wont continue and create a user that wont be able get an
activation link. I also adjusted some indentions to make it easier to
read on github.com
2012-10-14 06:21:53 -07:00
80cdb11749 First Commit 2012-10-13 07:35:48 -07:00