email.pl -- Email plugin for SWISH![]() | ||
---|---|---|
dear/3 | Address user with the given ProfileID. | ![]() |
email_action_link/6 | Generate a link in an HTML mail page that, when clicked, executes Action and if successful replies to the request using Reply. | ![]() |
email_cleanup_db/0 | Strip the email confirmation queue from outdated messages. | ![]() |
profile_name/3 | Emit the name associated with Profile as unstyled HTML. | ![]() |
public_url/4 | True when URL is a link to handler To with Query. | ![]() |
signature/2 | Emit footer. | ![]() |
smtp_send_html/3 | Send an HTML mail to To using HTML content Content. | ![]() |
http_authenticate.pl -- SWISH login management![]() | ||
authenticate/2 | Called for all SWISH actions. | ![]() |
config/3 | Make the user available as config.swish.user. | ![]() |
login/2 | Handler to deal with local HTTP based login. | ![]() |
login_item/2 | ![]() | |
user_info/3 | True when UserInfo describes the currently http-authenticated user. | ![]() |
login/2 | Perform a login. | ![]() |
swish_add_user/0 | Interactively add a user to the SWISH password file. | ![]() |
swish_add_user/1 | Add a user from Data. | ![]() |
swish_add_user/3 | Add a new user to the SWISH password file. | ![]() |
swish_current_user/2 | True if User is a user with properties. | ![]() |
swish_logged_in/3 | True when Request is associated with User. | ![]() |
login.pl -- SWISH login support![]() | ||
li_login_button/3 | Hook called from page.pl to include the login buttons. | ![]() |
current_user_info/2 | If there is a logged in user, Info is a dict with information about this user. | ![]() |
login_button/3 | Add a login/logout button. | ![]() |
login_continue_button/2 | The login page is opened either inside an iframe inside a SWISH modal dialog or inside a browser popup window. | ![]() |
reply_logged_in/1 | Reply with an HTML document that the login succeeded. | ![]() |
reply_logged_in_page/1 | Reply with an HTML document that the login succeeded. | ![]() |
reply_logged_out/1 | Perform pluggable logout. | ![]() |