Removed the CheckPassword method in anticpation of adding proper seeding.
Added FrontEndUsers::get_email() and a few minor methods.
Template Cleanups and rewrites:
Note: Some templates may need to be rebuilt, though the changes should be minor. Mostly the templates have just been converted to use bootstrap styles.
Stronger password encryption:
Now, on new installs a salt is generated and stored for each user account. This individual salt is used when verifying a users password. This is for new installs only, and should have no bearing on existing websites doing an upgrade. However, if you are using selfreg you MUST also upgrade the selfreg module.
Adds new EncryptPassword method.
Adds ability for an admin to force a password reset.
Adds ability to disable a user account without changing their password.
Numerous minor bug fixes.