By dinesh786 on
How can we make our own user login logout module for our sites registered user
have we use to user module api from this link http://api.drupal.org/api/drupal/modules--user--user.module,
If yes than how? I am not getting that please explain me.
Or we have to create our own module.
how can we show the logged in user 's username and logout link in all pages of drupal.
Please help me
A lot of thanks in advance!
Comments
drupal already has a very
drupal already has a very good login/logout themable block .... why create a new module for that??
please tell me which one, if
please tell me which one, if you have link kindly give me,
by this module can our sites user login and logout.
I am using our own database with my own table, will that module use our db tables for login
thanks
The login module is a part of
The login module is a part of the drupal core .
and drupal is linked to a new database which you would have to create when you install drupal,so u will most probably have to import your data into drupal's database.