summaryrefslogtreecommitdiff
path: root/src/views/pages/users/new.html.php
AgeCommit message (Collapse)Author
2012-01-07Refactor to separate the framework from the app; drop message stuff, this ↵HEADmasterLuke Shumaker
app is just user management. Add a json view for individual users
2011-10-09Link to the userlist from the user registration page, if anon_userlist is ↵Luke Shumaker
enabled.
2011-09-28Force users to give an email address when they create an account.Luke Shumaker
2011-09-25Make the first page of new user registration say "Go on to Step 2"Luke Shumaker
instead of "Submit".
2011-09-22Implement ReCaptcha entirely as a plugin, remove all of the uglinessLuke Shumaker
from my old implementation.
2011-09-22Add an ugly hacky-hacked reCaptcha to new user registration.Luke Shumaker
2011-09-05Change user messages a bitLuke Shumaker
2011-09-05Fix a few growing painsLuke Shumaker
* Users.class.php: whitespace change, fix a few array things * Database.class.php: refer to $mm->hasher(), not $this->hasher() * new.html.php: fix stupid shit
2011-08-01initial commit.Luke Shumaker
Partway through a rewrite. I have some old files I didn't want to entirely delete.