Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-01-19 | Revert "Several functions added to web/lib/acctfuncs.inc" | Loui Chang | 1 | -191/+4 | |
This has a couple of bugs I just discovered arrgh. We shall return This reverts commit 5e7e9f1b21d8803c718ac8551f8e0e25709fcd6f. | |||||
2008-01-19 | Several functions added to web/lib/acctfuncs.inc | Loui Chang | 1 | -4/+191 | |
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 | search_accounts_form() output is put into a template | Loui Chang | 1 | -68/+1 | |
Signed-off-by: Loui Chang <louipc.ist@gmail.com> | |||||
2007-09-20 | patch from eliott to convert all <? to <?php | pjmattal | 1 | -1/+1 | |
2007-09-20 | - Applied a patch from Loui to fix session removal. | swiergot | 1 | -18/+18 | |
- Replaced all occurences of mysql_escape_string() with mysql_real_escape_string(). | |||||
2005-11-13 | link user search to user packages | simo | 1 | -1/+1 | |
2005-10-17 | Added link to user's packages in profile | simo | 1 | -0/+4 | |
2005-06-10 | Added Simo's patch for #2579, adding user info page | pjmattal | 1 | -0/+55 | |
also modified it slightly so that we no longer look at AURMaintainerUID for maintainer | |||||
2005-02-25 | fixed bug 2263 | pjmattal | 1 | -2/+1 | |
2005-01-25 | started working on package delete support | eric | 1 | -1/+1 | |
2005-01-21 | added hashed passwords | jchu | 1 | -0/+6 | |
2004-06-29 | fleshing out the package logic, renamed pkg include files for consistency | eric | 1 | -0/+1 | |
2004-06-24 | getting closer to printing package search results - also fixed some XHTML stuff | eric | 1 | -1/+1 | |
2004-06-24 | started working on the pkgsearch | eric | 1 | -6/+12 | |
2004-06-23 | account adding/editing is working | eric | 1 | -39/+65 | |
2004-06-22 | pulled out account functions into separate include file | eric | 1 | -0/+552 | |