Changes between Version 12 and Version 13 of FAQ
- Timestamp:
- 03/01/09 16:22:54 (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v12 v13 16 16 The identity URL of the user currently logged is stored in the '''REMOTE_USER''' CGI environment variable. 17 17 == Is it possible to limit login to some users, like htaccess/htpasswd does? == 18 Yes, by using the [wiki:AuthUserProgram AuthOpenIDUserProgram] option. Also, it is possible to limit authentication to certain identity providers (by using '''AuthOpenIDDistrusted''' and '''AuthOpenIDTrusted''', see [http://trac.butterfat.net/public/mod_auth_openid/wiki the main page] for more info).18 Yes, by using an external auth program and the [wiki:AuthUserProgram AuthOpenIDUserProgram] option. Also, it is possible to limit authentication to certain identity providers (by using '''AuthOpenIDDistrusted''' and '''AuthOpenIDTrusted''', see [http://trac.butterfat.net/public/mod_auth_openid/wiki the main page] for more info). 19 19 == I hate the look of the default login page. How can I use something different? == 20 20 It's easy. See the [wiki:CustomLoginPage custom login page howto].
