|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
<Location />
AuthType Basic
AuthName "Anmelden via HTTP-Authentifizierung"
AuthUserFile /dev/null
AuthBasicAuthoritative Off
Auth_MySQL on
Auth_MySQL_Host __MYSQL_HOST__
Auth_MySQL_User __MYSQL_USER__
Auth_MySQL_Password __MYSQL_PASSWORD__
Auth_MySQL_DB __MYSQL_DB__
Auth_MySQL_Password_Table wcf1_user
Auth_MySQL_Username_Field username
Auth_MySQL_Password_Field passwordMd5
Auth_MySQL_Empty_Passwords off
Auth_MySQL_Encryption_Types PHP_MD5
Auth_MySQL_Encrypted_Passwords on
Auth_MySQL_Authoritative on
require valid-user
</Location>
|
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
<Location />
AuthType Basic
AuthName "Anmelden via HTTP-Authentifizierung"
AuthUserFile /dev/null
AuthBasicAuthoritative Off
Auth_MySQL on
Auth_MySQL_Host __MYSQL_HOST__
Auth_MySQL_User __MYSQL_USER__
Auth_MySQL_Password __MYSQL_PASSWORD__
Auth_MySQL_DB __MYSQL_DB__
Auth_MySQL_Password_Table wcf1_user
Auth_MySQL_Username_Field username
Auth_MySQL_Password_Field passwordMd5
Auth_MySQL_Password_Clause " AND activationCode = 0 AND banned = 0"
Auth_MySQL_Empty_Passwords off
Auth_MySQL_Encryption_Types PHP_MD5
Auth_MySQL_Encrypted_Passwords on
Auth_MySQL_Authoritative on
require valid-user
</Location>
|
Dieses Produkt wurde bereits 4 mal editiert, zuletzt von »Plunts« (02.12.2010, 20:43)
19.12.2010, 16:28
1.0.0 RC 1
WoltLab Community Framework 1.1.x
281 / 98
05.05.2012, 19:11
18.02.2012, 17:15
16.02.2012, 22:41
07.02.2012, 18:22
30.01.2012, 14:28


