From: Reini U. <ru...@x-...> - 2004-02-26 20:03:09
|
Oliver Betz schrieb: >>simple HTTP AUTH (.htaccess) is also possible. > > also in 1.3.7? > > If yes: how? > > I wasn't able to get it running by setting ALLOW_HTTP_AUTH_LOGIN to > true. Maybe I missed the right settings? hmm, don't think for 1.3.7 For 1.3.8 with ENABLE_USER_NEW and "HttpAuth" in the USER_AUTH_ORDER it should work. ... Oops, thanks a lot! I simple forgot the _HttpAuthPassUser class. I'll check and fix against 1.3.7 (old WikiUser.php) also. Fixed some bugs there yesterday. |