Forum .LRN Q&A: .LRN Authentication

Collapse
Posted by Ashem Yadava on
Hi

I am working on HTTP based authentication for dotLRN. I would like to know in which database table (postgres) are the username and password stored so that I can verify them with the one entered by the user.

I would appreciate if you can specify the package in which the authentication table is stored so that I can do a SELECT to view all the users and their encrypted passwords.

I may be wrong since I have just started. If you have similar suggesstion then kindly let me know.

Many thanks
Ashem

Collapse
2: Re: .LRN Authentication (response to 1)
Posted by Ashem Yadava on
I have found out that the users table holds the username and passwords of the users.

I would appreciate if anyone can add more to the main topic of HTTP based authentication.

Thanks
Ashem

Collapse
3: Re: .LRN Authentication (response to 1)
Posted by Jade Rubick on
Why aren't you using the .LRN permissions system?