Login using username

Login using username

by Mart Leib -
Number of replies: 1

Hello!

 

Is there possible, to login to the moodle using only username? Also, I need to be able to login using username and password. Why? Because Im developing ID-Card login ( http://id.ee/?id=11019 ) and I've created dir called *** where I check ID-Card login data and there I get username (a.k.a personal identification number). Now how do I set session/cookie for user, to be logged in and where do I need to redirect him/her? Also, antoher user can login with username and password if (s)he wants.

 

All the best

Mart Leib

Average of ratings: -
In reply to Mart Leib

Re: Login using username

by Hubert Chathi -

I don't know about the specific mechanics of the ID-Card login, but it sounds like you should be developing an authentication plugin.  An authentication plugin would be free to process the username and password in whatever way it wants.  You can start by looking at the documentation, and looking at existing authentication plugins.