part 3: sqlite3 lookup of password hashes. files: code.py createdb.sh adduser.sh templates/authenticator.html
first, run 'createdb.sh', which will create user 'foo' with password 'bar'. if you wish to add more users later, run 'adduser.sh'. -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
| User: | |
| Password: | |
code.py
Description: Binary data
createdb.sh
Description: Bourne shell script
adduser.sh
Description: Bourne shell script
