Skip to content

TurboGears2 pluggable application for verifying users by phone number.

License

Notifications You must be signed in to change notification settings

axant/tgapp-smsverification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About smsverification

smsverification is a Pluggable application for TurboGears2.

Installing

smsverification can be installed both from pypi or from bitbucket:

pip install smsverification

should just work for most of the users

Plugging smsverification

In your application config/app_cfg.py import plug:

from tgext.pluggable import plug

Then at the end of the file call plug with smsverification:

plug(base_config, 'smsverification')

You will be able to access the plugged application at http://localhost:8080/smsverification.

Available Hooks

smsverification makes available a some hooks which will be called during some actions to alter the default behavior of the appplications:

Exposed Partials

smsverification exposes a bunch of partials which can be used to render pieces of the blogging system anywhere in your application:

Exposed Templates

The templates used by registration and that can be replaced with tgext.pluggable.replace_template are:

About

TurboGears2 pluggable application for verifying users by phone number.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published