Adding Javascript to an Application Module

There are numerous ways for an application module to reference javascript (or stylesheets).

Implementing "Remember Me" on a Website

Even though most modern browsers can remember your usernames and passwords for you, it is nice for a web application to allow an individual to return to a web site and be automatically logged in without having to submit credentials every time they do so. Implementing "Remember Me" with the Istarel Workshop Application Framework requires several code blocks, and this article assumes that basic security has already been implemented in the application.

Application Security: Changing Passwords

For the applications I build, user passwords are (usually) initially system-generated, which means they appear to be an inscrutable mess of letters and numbers. Most users want to have some control over their own passwords, which means I need to provide a form that lets them change it.