userman.web

Web interface implementation

Public Imports

userman.db.controller
public import userman.db.controller;
Undocumented in source.

Members

Classes

UserManWebAuthenticator
class UserManWebAuthenticator

Used to privide request authentication for web applications.

UserManWebInterface
class UserManWebInterface

Web interface class for UserMan, suitable for use with vibe.web.web.

Functions

registerUserManWebInterface
void registerUserManWebInterface(URLRouter router, UserManController controller)

Registers the routes for a UserMan web interface.

updateProfile
void updateProfile(UserManController controller, User user, HTTPServerRequest req)

Helper function to update the user profile from a POST request.

Meta

License

Subject to the terms of the General Public License version 3, as written in the included LICENSE.txt file.

Authors

Sönke Ludwig