summaryrefslogtreecommitdiffstats
path: root/application/controllers/user.php
AgeCommit message (Expand)AuthorFilesLines
2012-07-12Add cron function for user controllerFlorian Pritz1-0/+14
2012-07-12c/user: improve error messagesFlorian Pritz1-6/+2
2012-07-12u/register: improve error message for invalid usernameFlorian Pritz1-1/+1
2012-07-12Explicitly select fields in db queriesFlorian Pritz1-1/+1
2012-07-12Display nice error message if username exists alreadyFlorian Pritz1-0/+4
2012-05-12fix missing object initialization and properly declare class variablesFlorian Pritz1-0/+6
2012-05-03user/hash_password: add form to support normal browsersFlorian Pritz1-2/+16
2012-04-11Show confirmation after loginFlorian Pritz1-0/+4
2012-04-09user/register: restrict username to max 32 charsFlorian Pritz1-1/+1
2012-04-09user/register: restrict username to a-z0-9Florian Pritz1-2/+2
2012-04-09add register functionFlorian Pritz1-0/+73
2012-04-09random_id() -> random_alphanum(); allow single argumentFlorian Pritz1-1/+1
2012-04-09Implement simple referral systemFlorian Pritz1-0/+49
2012-04-09Move is_cli_client() and random_id() to helperFlorian Pritz1-1/+1
2012-04-09Redirect to / if log in successfulFlorian Pritz1-4/+1
2012-04-09more user changesFlorian Pritz1-0/+2
2012-04-09start working on usersFlorian Pritz1-0/+74