aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_activate.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12352] Remove usages of user_pass_convert columnMarc Alexander2014-06-011-1/+0
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+7
* [ticket/11746] Delete the notification after user is approved & fix language.Cesar G2013-10-261-1/+1
* [ticket/11746] Add "admin activation required" notification.Cesar G2013-10-241-1/+4
* [ticket/11454] Use set_addresses in other applicable areasNathan Guse2013-04-241-1/+1
* Merge PR #1219 branch 'develop-olympus' into developOleg Pudeyev2013-01-271-1/+1
|\
| * [ticket/11343] Remove spare parentheses.Andreas Fischer2013-01-251-1/+1
| * [ticket/11343] Remove spare space.Andreas Fischer2013-01-251-1/+1
| * [ticket/11343] Use === when checking stored user_actkey against user input.Andreas Fischer2013-01-251-1/+1
* | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
* | Merge branch 'develop-olympus' into developIgor Wiedler2011-11-201-4/+1
|\ \ | |/
| * [ticket/10446] Pass $config and $user via parameter to anti_abuse_headers().Andreas Fischer2011-11-201-1/+1
| * [ticket/10446] DRY X-AntiAbuse header addition.Oleg Pudeyev2011-11-201-4/+1
* | Merge branch 'develop-olympus' into developOleg Pudeyev2011-04-301-0/+7
|\ \ | |/
| * [ticket/9961] Create log entries when users are activated.Erik Frèrejean2011-04-191-0/+7
| * Fix a regression in r9498, activation could really do with an overhaul :(Chris Smith2009-05-291-1/+2
| * Minor security problem, discovered internally. Requires the user to know the ...Chris Smith2009-04-291-0/+11
| * Log password changes via password reset function. #41365Chris Smith2009-02-231-0/+2
| * 37375Henry Sudhof2008-11-211-1/+1
| * Reset login attempts on new password activation. Prevents "first failed login...Meik Sievertsen2008-09-181-0/+1
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
* | Copy 3.0.x branch to trunkMeik Sievertsen2009-10-041-0/+143
* | put acp, mcp and ucp into modules/ directoryMeik Sievertsen2008-12-241-128/+0
* | Merge R 9067Henry Sudhof2008-11-211-1/+1
* | Reset login attempts on new password activation. Prevents "first failed login...Meik Sievertsen2008-09-181-0/+1
* | ok... i hope i haven't messed too much with the code and everything is still ...Meik Sievertsen2008-05-291-6/+5
|/
* fixing some annoying bugsMeik Sievertsen2007-10-191-1/+2
* dumdidum... sorry. ;)Meik Sievertsen2007-10-051-3/+11
* some changes/bugfixesMeik Sievertsen2007-03-301-2/+9
* - telling the admin for what the board contact and board email addresses are ...Meik Sievertsen2006-12-311-1/+0
* ok, i am an idiot...Meik Sievertsen2006-11-031-1/+1
* - make sure the sql layer for mysql always states mysql4 and get to mysql if ...Meik Sievertsen2006-11-031-4/+1
* - implemented the suggested html_entity_decode function made by davidMeik Sievertsen2006-11-031-3/+3
* - extend config checking to include check for writeable pathMeik Sievertsen2006-10-031-6/+5
* A reworking of how we handle inactive usersGraham Eames2006-09-231-1/+1
* make sure custom profile fields are created correctly on registration (#2225)Meik Sievertsen2006-06-131-1/+1
* - fixed a few bugsMeik Sievertsen2006-06-111-45/+31
* - bugfix rollMeik Sievertsen2006-06-081-2/+15
* - fix some smaller bugsMeik Sievertsen2006-06-081-2/+2
* ok, this one is rather large... the most important change:Meik Sievertsen2006-06-061-3/+3
* - remove description from profile fieldsMeik Sievertsen2006-05-271-3/+4
* - fixed a few smaller thingsMeik Sievertsen2006-05-201-1/+1
* - more acp additions and changes...Meik Sievertsen2005-11-201-1/+1
* - changed ucp classes to work with the new module systemMeik Sievertsen2005-10-041-2/+2
* - Documentation related changesMeik Sievertsen2005-04-091-13/+15
* put user into appropiate group after activating his accountMeik Sievertsen2005-01-291-9/+15
* - ucp register/remind/activate fixes mostly regarding account activationMeik Sievertsen2004-10-131-10/+21
* ucp updatesMeik Sievertsen2004-05-261-4/+3
* - put consoring and smilie processing into functions (we use them all over th...Meik Sievertsen2004-02-211-1/+1
* Remove need for session_ids for "allowed" bots, dump user_founder/user_active...Paul S. Owen2003-10-151-56/+68