summaryrefslogtreecommitdiff
path: root/actions/register.php
AgeCommit message (Expand)Author
2009-04-17incorrect variable accessEvan Prodromou
2009-04-17store invite code in session so openidfinish can find itEvan Prodromou
2009-04-17Add a few events (hooks): RegistrationTry, RegistrationForData, ProfileFormDa...Robin Millette
2009-02-12Revert "Code to handle PEAR_Errors raised by DB_DataObject that are bubbling"Evan Prodromou
2009-02-12Revert "Just discovered the PEAR_Error handling function in index.php. Duh."Evan Prodromou
2009-02-11Just discovered the PEAR_Error handling function in index.php. Duh.Zach Copley
2009-02-11Code to handle PEAR_Errors raised by DB_DataObject that are bubblingZach Copley
2009-02-07trac #1155 ++ replace strlen with mb_strlen for all utf8 strings.Robin Millette
2009-01-29Put license text inside label to align it with "Remember me" label above it. ...Zach Copley
2009-01-27Entered CC3.0 anchor textSarven Capadisli
2009-01-26fix license link in registration pageEvan Prodromou
2009-01-22Added some CSS classes for styling doc pages differentlyZach Copley
2009-01-19Renamed form_datas to form_datasarven
2009-01-18@id for site_nav_global_primary items in order to target for stylingsarven
2009-01-18Markup and styles for the Register pagesarven
2009-01-18Update register action to match phpcs and new frameworkEvan Prodromou
2009-01-15Convert use of common_server_error and common_user_error to methods on ActionEvan Prodromou
2009-01-15Convert all actions to use new UI functionsEvan Prodromou
2008-12-23whitespace changes in actions/register.php after global search-and-replaceEvan Prodromou
2008-12-23move opening brace of class declaration to next lineEvan Prodromou
2008-12-23change function headers to K&R styleEvan Prodromou
2008-12-23replace NULL with nullEvan Prodromou
2008-12-23replace all tabs with four spacesEvan Prodromou
2008-12-02better instructionsEvan Prodromou
2008-12-02better registration instructionsEvan Prodromou
2008-12-02whitespace in actions/registerEvan Prodromou
2008-12-02check for blank email when rejecting a dupeEvan Prodromou
2008-10-21full sentence for invite-only errorEvan Prodromou
2008-10-21add 'invite-only' mode for registrationEvan Prodromou
2008-09-11Fix unquoted array key, causes b0rkage on some php setups (via @bopuc)CiaranG
2008-08-30merge in changes for CSRF, tooEvan Prodromou
2008-08-26updates for invitationsEvan Prodromou
2008-08-30RequirePasswordGarret Buell
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