syrusakbary / Flask-SuperAdmin

The best admin interface framework for Flask. With scaffolding for MongoEngine, Django and SQLAlchemy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask Admin's "on_model_update" equivelant?

cstrutton opened this issue · comments

I am trying to use SuperAdmin with Flask-Security. What should I over ride to create a password hash. Flask Admin (this repo's inspiration) has an "on_model_update" method that can over-ridden to do just that. Does SuperAdmin have anything similar?