aurweb/web/lib
Loui Chang 6b3e902851 Several functions added to web/lib/acctfuncs.inc
try_login() to login users

valid_username() checks if a new username fits criteria

valid_user() checks if the user exists in the database

good_passwd() only checks for minimum password length for now.
can be later expanded to tell a user to make a stronger password.

valid_passwd() checks if the password for the specified user is correct

user_suspended() checks if the user is suspended (or not)

user_delete() deletes a user

Also:	Enforce proper usernames on account creation
	Fix bug where $SUPPORTED_LANGS needs to be reset on account creation
	Fix bug where an account could be created with an empty passwd
	Display (required) beside password fields on account creation
	Enforce good_passwd() on account creation

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2008-01-19 23:47:03 -06:00
..
acctfuncs.inc Several functions added to web/lib/acctfuncs.inc 2008-01-19 23:47:03 -06:00
aur.inc Added header, footer, and login form templates 2008-01-19 23:45:07 -06:00
config.inc.proto Tweak to version strings patch. 2007-10-02 07:33:53 -04:00
feedcreator.class.php RSS support implemented 2005-06-10 23:07:24 +00:00
pkgfuncs.inc Revert "Move "Add Comment" button to Actions bar." 2007-10-11 09:28:00 -04:00
translator.inc patch from eliott to convert all <? to <?php 2007-09-20 21:46:43 +00:00
version.inc Changed version to 1.4.1. 2007-10-11 09:36:08 -04:00