Web implementation of the Gourmet Recipe Manager
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
434 B

# This is a sample password file for the Gourmetj webapp.
# The actual file should be named ".gourmetpw" and located
# in the same directory that you run the application from.
#
# Blank lines and lines beginning with "#" are ignored.
# Password lines look like this (remove leading "#")
#
# userid,password,role[,role,...]
#
# like so:
#
# john.smith,secretpassword,USER
#
# Where "role" is a security role. ADMIN is also allowed.
#