Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.

DBProductions/gaeusers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

981ba0c · Feb 22, 2015

History

19 Commits
Feb 19, 2015
Feb 19, 2015
Oct 19, 2014
Feb 22, 2015
Oct 19, 2014
Oct 19, 2014
Oct 19, 2014
Feb 22, 2015
Oct 19, 2012
Oct 19, 2014
Dec 27, 2013
Oct 19, 2014

Repository files navigation

gaeusers

A simple user management for App Engine applications.

Users can register, activate their accounts via email and only activated user are able to login.
After a successful login the user ends on the profil page where they can change their password or delete their account.
When the password is lost, the user is able to set a new one.

There is a BaseHandler defined to handle templates in different languages.
The languages are defined in app_languages.py.

A set of basic templates are defined, email templates are in a subfolder.

To download the entries as CSV from the Data Store, the remote_api is enabled and a bulkloader.yaml is included.

appcfg.py download_data --url=http://<app-id>.appspot.com/_ah/remote_api --filename=users.csv --config_file=bulkloader.yaml --kind=Users

Documentation:

GitHub Page

Live example:

Appspot

Feedback

Star this repo if you found it useful. Use the github issue tracker to give feedback on this repo.

About

A simple user management for applications in App Engine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published