Adding User edit/create view

This commit is contained in:
emeric
2018-04-10 13:24:14 +02:00
parent 05fd8a47d8
commit 2f7697d278
21 changed files with 510 additions and 64 deletions
+2
View File
@@ -34,6 +34,8 @@ class Auth : public Wt::WTemplateFormView
void logout();
private:
void processAuth();
Wt::Auth::AuthModel* _model;
};