You are here

README.txt in Auto Login URL 7

Same filename and directory in other branches
  1. 8 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

Also there are two tokens:
['tokens']['user']['auto-login-token']
['tokens']['user']['auto-login-url-account-edit-token']

This may be used in mass emailing modules or anywhere user tokens are available.


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. Also there are two tokens:
  11. ['tokens']['user']['auto-login-token']
  12. ['tokens']['user']['auto-login-url-account-edit-token']
  13. This may be used in mass emailing modules or anywhere user tokens are available.
  14. AUTHOR/MAINTAINER
  15. ======================
  16. Thanos Nokas(Matrixlord) (https://drupal.org/user/1538394)