summaryrefslogtreecommitdiffstats
path: root/application/controllers/user.php
AgeCommit message (Expand)AuthorFilesLines
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