summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/authentication
AgeCommit message (Collapse)Author
2016-07-21Add one-way password hash to security example in Quick Tutorial.Keith Yang
2015-05-23correct title tag; punctuationSteve Piercy
2014-03-13Strip redundant logging config from tutorial INI files.Tres Seaver
Leave it for the 'logging' and 'scaffolds' sections, where it is germane.
2013-11-09undeprecate remember/forget functions and remove ↵Chris McDonough
remember_userid/forget_userid methods from request
2013-10-30convert remember/forget to request-method-basedChris McDonough
2013-09-25Get pyramid_chameleon added to the quick tutorial, plus some other fixes for ↵Paul Everitt
Python 3.
2013-09-13First cut at import of quick tutorial.Paul Everitt