phpBB
Statistics
| Revision:

root / branches / phpBB-3_0_0 / phpBB / includes / auth / auth_db.php

History | View | Annotate | Download (8 kB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
10810 10/17/2010 09:00 pm Git Gatekeeper

commit 2895ade5662032caac4af2c82143d34f40f5800b
Merge: 6582455 0452da2
Author: Igor Wiedler <>
Date: Sun Oct 17 21:32:20 2010 +0200

Merge branch 'ticket/bantu/7538' into develop-olympus
  • ticket/bantu/7538:
    [ticket/7538] Limit user_login_attempts to prevent SQL errors.
10431 01/20/2010 12:20 am Andreas Fischer

Make sure captcha factory is there. Make sure language array is there.

10418 01/17/2010 05:16 pm Henry Sudhof

spaces

10412 01/17/2010 04:48 pm Henry Sudhof

spaces

10411 01/17/2010 04:46 pm Henry Sudhof

Always require a fresh solved captcha, don't accept a stored solution.

10406 01/14/2010 10:55 pm Henry Sudhof

make userdata available

10143 09/15/2009 10:08 am Henry Sudhof

#51395 - remove legacy captcha code. authorised by: acyd burn

9581 06/13/2009 02:09 pm Henry Sudhof

Oh right. PHP4

9554 06/07/2009 11:34 am Meik Sievertsen

some corrections, only very minor things.

9524 06/02/2009 02:12 pm Henry Sudhof

Okay, a first ci of the new captcha plugins. We'll add dynamic template includes later, as well as documentation on how to use this. I'm prepared to get yelled at for bugs (oh, I know that there are plenty); but please blame spammers for broken styles and MODs.

9312 02/06/2009 02:51 pm Henry Sudhof

As proposed by marshalrusty: re-hash plain MD5s left in the database

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

Hiding everywhere little buggers, eh?

8432 03/14/2008 01:28 pm Meik Sievertsen

#22525

8285 12/26/2007 03:53 pm

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

8142 10/05/2007 02:42 pm Meik Sievertsen
  • empty log message ***
8139 10/04/2007 08:50 pm Meik Sievertsen

#i42
new password hashing mechanism for storing passwords

8072 08/30/2007 11:21 pm Meik Sievertsen

necessary changes...

7576 05/14/2007 10:08 pm Nils Adermann

- always use convert error message for unconverted incorrect passwords [Bug #10893]

7419 04/28/2007 04:11 pm Meik Sievertsen

timezone box + shortening pm options variable as well as max login attempts fix.

7250 03/31/2007 06:44 pm Nils Adermann

- acp popup, shouldn't require 700 px width
- throw an error if an image that's edited into an imageset doesn't exist
- convert the password not its hash ;-)
- only update user_login_attempts if necessary
- make password requirements even clearer

7076 02/25/2007 11:09 pm Nils Adermann

- fix htmlspecialchars handling in search (search backends get specialchared input, and should return specialchared output), current backends strip entities anyway [includes Bug #8156]
- allow cancelling search index creation/removal
- custom CSS class name input too short [Bug #8328]...

6974 02/08/2007 11:11 pm Nils Adermann

- Pruning doesn't lower user post counts anymore [Bug #7676]
- Better resync explanations in ACP
- relative link to board shouldn't result in an empty link [Bug #7762]
- allow spaces to define multiple classes [Bug #7700]
- forgot addslashes for password conversion [Bug #7530]...

6655 11/25/2006 09:00 pm Nils Adermann

message

6494 10/14/2006 12:10 am Nils Adermann

- introducing clean usernames, needs to be tested more, I'm not sure I didn't miss anything
- homograph list should probably be extended

6151 07/07/2006 02:36 pm Nils Adermann

- display age in user profile and make it available on viewtopic
- various tiny bugfixes including [Bug #2351] [Bug #2549] [Bug #2681] [Bug #3015]
- strip first, then change newlines [Bug #2403]
- added support for creating user profiles to the login function (makes use of user_add), triggered by LOGIN_SUCCESS_CREATE_PROFILE constant...

6073 06/16/2006 06:54 pm Meik Sievertsen

- removed db cache (might re-appear, but for now we do not see the need for it)
- all changes to styles/subsilver/template are purely cosmetic (no functional changes)
- cosmetics
- bugfixes
- add index to modules table
- use modules ordering code for forums too

5934 05/20/2006 12:50 am David M

a few changes ;-)

5911 05/13/2006 07:48 pm David M

- captcha stuff
- unique_id

5622 03/13/2006 12:19 am Meik Sievertsen

- streamlined reports to consist of the feature set we decided upon (Nils, your turn now)
- use getenv instead of $_ENV (with $_ENV the case could be wrong)
- permission fixes (there was a bug arising with getting permission flags - re-added them and handled roles deletion differently)...

5517 02/03/2006 09:59 pm Meik Sievertsen

- ability to change anonymous user settings more easily
- fix serious bugs in permissions (always allowing if permissions explicitly set and getting wrong permission options from bitfield)
- added option for returning an array to make_forum_select
- again fixing bugs in module system (one for a very query consuming part and one for correctly filling the cache)

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)

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

4583 10/12/2003 05:29 pm psotfx

Updated the various "users of emailer", fixed issue(!) of jabber using the email address as the uid, blah fixes, blah, blah di blah yakety smackety

3707 03/24/2003 07:15 pm psotfx

Add Id tags

3622 03/09/2003 05:09 pm psotfx

Some changes to the returned data format + cleanups

2958 10/20/2002 09:19 pm psotfx

Mostly changes to turn userdata into user->data, lang into user->lang + bitstring 2nd format + inheritance for permission admin and various other updates/fixes/changes ... note that user->lang & user->theme isn't final

2828 08/06/2002 06:56 pm psotfx

Auth plug-in, say thanks to Sergey Kanareykin