Hi again! On 5 Apr, 09:42, rh <[email protected]> wrote: > I can use 'accounts' now but unfortunately there are no user listet. I > got two user on my trac project but they were created with htpasswd, > maybe that's the reason? Also, I can't login via web form, I still > have to use htpasswd.
You should be able to see all users listed in the password file having the same realm as you have defined for Trac (htdigest_realm). The users that you have added with htpasswd should not be listed, no surprise there. Try to add some new users with htdigest <passwd-file> <realm> <username> and then enter the password twice. But you are right about the web login form, it is not used. (I actually find the web browsers inbuilt form for entering credentials more intuitive that the web form. But that's my personal opinion.) > > Sorry, as I am using mod_wsgi I am not sure which authentication > method I should use (the guide is only about cgi and mod_python). I am also using mod_wsgi (3.0) and for me this works fine. (But I am considering dropping htdigest since I am also using SSL thus no need for "double-encrypting" the passwords over the net -- however it is nice to know that passwords in the password file are somewhat scrambled with htdigest.) Good luck! Mikael Relbe -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
