You are here

Functions in urllogin 6

Primary tabs

Namesort descending Location Description Direct uses Strings
urllogin_admin_settings ./urllogin.inc Administration form. 1
urllogin_admin_settings_validate ./urllogin.inc Validate the urllogin configuration form.
urllogin_base64dec ./urllogin_security.inc Converts a base64url encoded string into a pair of integers plus an extra byte 1
urllogin_base64enc ./urllogin_security.inc Converts a pair of integers plus an extra byte into a base64url encoded string 1
urllogin_decode ./urllogin_security.inc Decodes an encoded url string into a user ID and tests validity. If the uid matches the current one supplied, then it is valid even if link is expired. This is so that the user for whom the link is intended does not get an error message if they are… 2
urllogin_decrypt ./urllogin_security.inc Decrypts a pair of integers 1
urllogin_encode ./urllogin_security.inc Encodes a user ID into an encoded url string. 2
urllogin_encrypt ./urllogin_security.inc Encrypts a pair of integers 1
urllogin_help ./urllogin.module Display help and module information 1
urllogin_link_page ./urllogin.inc This is the function that actually performs the login. 1
urllogin_menu ./urllogin.module Implements hook_menu().
urllogin_passphrase ./urllogin.module Returns the current passphrase. 4 3
urllogin_perm ./urllogin.module Implements hook_perm().
urllogin_status_page ./urllogin.inc Displays status page and allows a URL string to be generated for test purposes. 1
urllogin_test_page ./urllogin.inc Diagnostic test page for setting up urllogin urls. 1
urllogin_uninstall ./urllogin.install Implements hook_uninstall().
urllogin_userlist_page ./urllogin.inc Link to download of user access URL's as a csv. A theme template file is needed of the page-urllogin-userlist.csv.tpl containing the single line: < ?php print $content; ? > 1
_urllogin_inthash ./urllogin_security.inc Converts integer to 4-character string containing hashed values. 2
_urllogin_testuid ./urllogin.inc Tests to see if UID can be logged on. 2

Other projects