You are here

README.txt in Auto Login URL 8

Same filename and directory in other branches
  1. 7 README.txt
  2. 2.x README.txt
README.txt
==========

This is a module that creates auto login URLs on demand or with tokens.

You may use
auto_login_url_create($uid, $destination, $absolute = FALSE)
To create an auto login link for a user.
Or
auto_login_url_convert_text($uid, $text)
To convert all links of a text to auto login for this user

AUTHOR/MAINTAINER
======================
Thanos Nokas(Matrixlord) (https://drupal.org/user/1538394)

File

README.txt
View source
  1. README.txt
  2. ==========
  3. This is a module that creates auto login URLs on demand or with tokens.
  4. You may use
  5. auto_login_url_create($uid, $destination, $absolute = FALSE)
  6. To create an auto login link for a user.
  7. Or
  8. auto_login_url_convert_text($uid, $text)
  9. To convert all links of a text to auto login for this user
  10. AUTHOR/MAINTAINER
  11. ======================
  12. Thanos Nokas(Matrixlord) (https://drupal.org/user/1538394)