phpBB
Statistics
| Revision:

root / trunk / phpBB / includes / ucp / ucp_activate.php

History | View | Annotate | Download (3.6 kB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
10887 12/13/2010 03:45 pm Git Gatekeeper

commit adfa1656fb9d8b5bb601af1d7a6720884954d87a
Merge: bd579c8 af5b9a9
Author: Nils Adermann <>
Date: Mon Dec 13 16:35:55 2010 +0100

Merge branch 'ticket/igorw/9556' into develop
  • ticket/igorw/9556:
    [ticket/9556] Drop php closing tags, add trailing newline...
10211 10/04/2009 07:14 pm Meik Sievertsen

Copy 3.0.x branch to trunk

9520 05/29/2009 07:55 pm Chris Smith

Fix a regression in r9498, activation could really do with an overhaul :(

9498 04/29/2009 06:30 pm Chris Smith

Minor security problem, discovered internally. Requires the user to know the activation key which is not normally possible when admin activation is turned on. #41625

9340 02/23/2009 06:00 pm Chris Smith

Log password changes via password reset function. #41365

9067 11/21/2008 02:21 pm Henry Sudhof

37375

8881 09/18/2008 04:50 pm Meik Sievertsen

Reset login attempts on new password activation. Prevents "first failed login attempt" on converted boards. Bug #19965

8479 03/29/2008 01:22 am Nils Adermann

Hiding everywhere little buggers, eh?

8285 12/26/2007 03:53 pm

This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.

8204 10/19/2007 03:10 pm Meik Sievertsen

fixing some annoying bugs

8147 10/05/2007 04:36 pm Meik Sievertsen

dumdidum... sorry. ;)

7241 03/30/2007 12:49 pm Meik Sievertsen

some changes/bugfixes

6826 12/31/2006 05:56 pm Meik Sievertsen

- telling the admin for what the board contact and board email addresses are used for and also making sure this explanation is correct ;)
- fixes for bugs #6694, #6664 and #6662

6548 11/03/2006 10:05 pm Meik Sievertsen

ok, i am an idiot...

6546 11/03/2006 06:50 pm Meik Sievertsen

- make sure the sql layer for mysql always states mysql4 and get to mysql if using mysql < 4
- assign some default vars to email templates (we always need some basic ones)

6545 11/03/2006 12:26 pm Meik Sievertsen

- implemented the suggested html_entity_decode function made by david
- fixed string length checking by also decoding entities for the sake of checking
- used the new html_entity_decode function

6436 10/03/2006 08:35 pm Meik Sievertsen

- extend config checking to include check for writeable path
- removed not utilized user_allow_email column from schema
- removed inactive groups (they had no use at all, since inactive users are not able to login)
The only benefit those brought are distinguish users - but this is no longer needed too due to the inactive code present. This also allows us to retain group memberships as well as default settings for users being set inactive due to profile changes....

6394 09/23/2006 02:27 pm grahamje

A reworking of how we handle inactive users

6058 06/13/2006 11:06 pm Meik Sievertsen

make sure custom profile fields are created correctly on registration (#2225)

6048 06/11/2006 08:13 pm Meik Sievertsen

- fixed a few bugs
- added user_add() function
- check posted images ([img]) for same domain/scipt and php files
- auth_api.html updated to the coding guidelines look&feel
- introduced ability to force non page-updates (cron is using it)
- correctly resend coppa email

6024 06/08/2006 10:26 pm Meik Sievertsen

- bugfix roll
- fixed sql_query_limit on mssql/mssql_odbc

6022 06/08/2006 12:59 pm Meik Sievertsen

- fix some smaller bugs
- removed custom profiles preview field from acp

6015 06/06/2006 10:53 pm Meik Sievertsen

ok, this one is rather large... the most important change:
re-introduce append_sid: old style continues to work, not a performance hog as it was in 2.0.x -> structure is different

apart from this, code cleanage, bug fixing, etc.

5973 05/27/2006 06:24 pm Meik Sievertsen

- remove description from profile fields
- added disclaimer about DEBUG_EXTRA to the ACP (i think this is needed - some idiots might think it is wise to have this enabled on a production board. :) We may let it there for the Betas though, but it will be removed during the RC's)...

5952 05/20/2006 08:39 pm Meik Sievertsen

- fixed a few smaller things

5310 11/20/2005 07:58 pm Meik Sievertsen

- more acp additions and changes...

5254 10/04/2005 11:31 pm Meik Sievertsen

- changed ucp classes to work with the new module system
- mcp is no longer working, i know.

5114 04/09/2005 02:26 pm Meik Sievertsen

- Documentation related changes
- added resend activation email dialog
- fixed issue in session code
- log failed/successful admin re-authentication/login
- fixed simple forum dropdown box (used in mcp and posting)

5086 01/29/2005 12:29 pm Meik Sievertsen

put user into appropiate group after activating his account

5001 10/13/2004 09:30 pm Meik Sievertsen

- ucp register/remind/activate fixes mostly regarding account activation
- general ucp fixing (profile and ucp_main)
- created three new functions (return correct topic author string, generate topic related pagination and get topic type/status...). These general bits are used on several pages (subscribed topics, bookmarks, viewforum)....

4895 05/26/2004 10:16 pm Meik Sievertsen

ucp updates

4836 02/21/2004 01:47 pm Meik Sievertsen

- put consoring and smilie processing into functions (we use them all over the place) for better changing and consistency.
- changed docs/AUTHORS to reflect the recent code re-use in functions_messenger.php
- pleasing the users a little bit more by using table constants. :D...

4603 10/15/2003 07:43 pm psotfx

Remove need for session_ids for "allowed" bots, dump user_founder/user_active in favour of user_type, new user_type, USER_IGNORE

4578 10/12/2003 01:59 pm psotfx

Let's break lots of things

4522 10/01/2003 07:24 pm psotfx

Change in format of module db data, add zebra, many things probably "damaged goods" for now ... don't panic Mr. Mainwaring, don't panic

4487 09/08/2003 02:42 pm psotfx

Some re-arrangement of validation routines to improve extensibility

4062 05/27/2003 01:53 am psotfx

Majority are UCP related updates ... avatars should now work, aside from gallery, fixed a few other issues, updated schema/basic

4018 05/19/2003 05:23 pm psotfx

Hello!