summaryrefslogtreecommitdiff
path: root/actions/register.php
AgeCommit message (Expand)Author
2008-08-29CSRF protection in user registrationEvan Prodromou
2008-08-13move user registration to a single static methodEvan Prodromou
2008-08-05make init of lang environment happen earlier, or when user language may have ...Evan Prodromou
2008-07-24let admins prevent registrationEvan Prodromou
2008-07-22base class is_readonly() now returns false by defaultzach
2008-07-22Added is_readonly() method to all Actionszach
2008-07-22every user is subscribed to themselvesEvan Prodromou
2008-07-15one more linefeedEvan Prodromou
2008-07-15maybe an extra \n will help my formattingEvan Prodromou
2008-07-15more formatting for registration successEvan Prodromou
2008-07-15better formatting in registration resultsEvan Prodromou
2008-07-15fix checkbox for licenseEvan Prodromou
2008-07-15more info at registration time, better message when you're finishedEvan Prodromou
2008-07-13Colapse a lot of strings to make like easier for translators and more consisi...Mike Cochrane
2008-07-13Merge some gettext strings to one line so translation tools are happierMike Cochrane
2008-07-12Fixed non openid registrationMike Cochrane
2008-07-12Error I made merging a diffMike Cochrane
2008-07-10Resolve conflicts and convert _t( to _( where it was introduced again.Mike Cochrane
2008-07-09Merge conflicts and kill a whole lot of trailing whitespace on lines.Mike Cochrane
2008-07-08Convert _t() to _() for gettext.Mike Cochrane
2008-07-09don't refetch user objects so muchEvan Prodromou
2008-07-08p.instructions -> div.instructionsEvan Prodromou
2008-07-08more debug output for rememberme cookiesEvan Prodromou
2008-07-05better debuggingEvan Prodromou
2008-07-05debugging code for rmEvan Prodromou
2008-07-02methodEvan Prodromou
2008-07-02fix rememberme checkboxes on login, registerEvan Prodromou
2008-06-23implement rememberme functionalityEvan Prodromou
2008-06-23don't validate email if none providedEvan Prodromou
2008-06-22disallow nicknames on a blacklistEvan Prodromou
2008-06-22special function for generating confirmation codesEvan Prodromou
2008-06-22correctly use Confirm_addressEvan Prodromou
2008-06-22add better debuggingEvan Prodromou
2008-06-20change from using tag uris to http urls for identifiersEvan Prodromou
2008-06-20correct confirmation codeEvan Prodromou
2008-06-20correct name for common_good_rand()Evan Prodromou
2008-06-20confirm email addressesEvan Prodromou
2008-06-17move instructions up to the "whats up" areaEvan Prodromou
2008-06-12add instructions to each form entry in formsEvan Prodromou
2008-06-11instructionsEvan Prodromou
2008-06-11canonicalization lowercases nicknamesEvan Prodromou
2008-05-29fix checking boolean parametersEvan Prodromou
2008-05-29dump args to browser for debuggingEvan Prodromou
2008-05-28show error messages in registration formEvan Prodromou
2008-05-28get rid of the license label, since it mucks everything else up.Evan Prodromou
2008-05-28move license label to _after_ the checkboxEvan Prodromou
2008-05-28registration requires accepting the licenseEvan Prodromou
2008-05-22add tags on creation of notices and usersEvan Prodromou
2008-05-21validation in form handlersEvan Prodromou
2008-05-20trim whitespaceEvan Prodromou