Retrieve Username and Password for authentication

Retrieve Username and Password for authentication

Janani B.S írta időpontban
Válaszok szám: 2
Hi, Our university of michigan is been using moodle a lot. I am currently working with school of ed. I am creating my own user name and password. Can you please explain or send me a code to retrieve the user name and password from the moodle server database. So that I can authenticate the users. Thanks a lot. Hope to hear from you soon.
Értékelések átlaga: -
Válasz erre: Janani B.S

Re: Retrieve Username and Password for authentication

Red Morris írta időpontban
This is the second post you have made that is angling for info on how to get user account information. Smells a bit fishy to me.
If you're an admin you should have full access to the database to get to these records. If you're a hacker, well stop being so lazy. It's open source so download the code and try to find a loop hole.
Válasz erre: Janani B.S

Re: Retrieve Username and Password for authentication

Sven Trümper írta időpontban
The passwords are stored as (unsalted!?) hashes so you can't retrieve the password... only authenticate a given password against the hash.

If you want another authentication method check out the available plugins.
Please explain what you exactly planing to do... .. .

S.