Changes

From Amahi Wiki
Jump to: navigation, search
1 byte removed ,  02:08, 11 August 2011
*Perform the following steps [[Open_Terminal_as_root|as root user]] (change username, password, and appname as appropriate):
{{Code|htpasswd -c -b /var/hda/web-apps/appname/.htpasswd username password}}
*Add additional users, repeat the previous step (('''NOTE:''' the -c option is only needed the first time you create the file for that web application):
{{Code|htpasswd -b /var/hda/web-apps/appname/.htpasswd username password}}
*Delete a user, do the following:
12,424

edits