aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/admin/admin_ug_auth.php
Commit message (Collapse)AuthorAgeFilesLines
* bye byePaul S. Owen2002-07-161-941/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2685 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ok this is just me being anal again... No code changes, just file headers..the_systech2002-04-021-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2467 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug where user level wasn't reset to 2 when downgrading a user from adminPaul S. Owen2002-03-291-158/+162
| | | | git-svn-id: file:///svn/phpbb/trunk@2446 89ea8834-ac86-4346-8a33-228a782c2dd0
* Show groupname, bug #534414Bart van Bragt2002-03-241-1/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@2425 89ea8834-ac86-4346-8a33-228a782c2dd0
* Wrong redirect on chaning user levelPaul S. Owen2002-03-231-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@2416 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix problem with user_admin not showing correct status for certain settings ↵Paul S. Owen2002-03-221-2/+4
| | | | | | + switch to same include series as main files git-svn-id: file:///svn/phpbb/trunk@2397 89ea8834-ac86-4346-8a33-228a782c2dd0
* Hopefully fix bug #532648Paul S. Owen2002-03-211-100/+102
| | | | git-svn-id: file:///svn/phpbb/trunk@2386 89ea8834-ac86-4346-8a33-228a782c2dd0
* Missed a couple of $phpEx extensions of some redirectsPaul S. Owen2002-03-191-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2348 89ea8834-ac86-4346-8a33-228a782c2dd0
* Security updates + a few updates for chopped up functions compatibilityPaul S. Owen2002-03-181-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2310 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix HAVING clause error for MSSQL/MySQL/et al., bug #524336Paul S. Owen2002-03-011-7/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@2240 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix missing $phpEx in return link, bug #523313 (part 2)Paul S. Owen2002-03-011-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2233 89ea8834-ac86-4346-8a33-228a782c2dd0
* I left that echo in intentionally, honest ... phew, think I got away with ↵Paul S. Owen2002-03-011-1/+1
| | | | | | that ... oh, did I just write that, doh git-svn-id: file:///svn/phpbb/trunk@2230 89ea8834-ac86-4346-8a33-228a782c2dd0
* Almost but not quite ... wouldn't update user levels for former mods who've ↵Paul S. Owen2002-03-011-8/+43
| | | | | | been removed from auth_access ... doh git-svn-id: file:///svn/phpbb/trunk@2229 89ea8834-ac86-4346-8a33-228a782c2dd0
* Right, let's see what I broke during the re-write ... this should be 'all ↵Paul S. Owen2002-02-281-0/+892
singing - all dancing', handles updating moderator for user and group changes, switches to advanced mode appropriately, reduces numbers of queries done for multiple updates, etc. git-svn-id: file:///svn/phpbb/trunk@2225 89ea8834-ac86-4346-8a33-228a782c2dd0