MKDoc::Auth::Plugin::Remove - Let users remove their own accounts.


MKDoc-Auth documentation  | view source Contained in the MKDoc-Auth distribution.

Index


NAME

Top

MKDoc::Auth::Plugin::Remove - Let users remove their own accounts.

SUMMARY

Top

This module lets users delete themselves.

INHERITS FROM

Top

MKDoc::Auth::Plugin::Edit

$self->uri_hint();

Helps deciding what the URI of this plugin should be.

By default, returns 'edit.html'.

Can be overriden by setting the MKD__AUTH_DELETE_URI_HINT environment variable or by subclassing.

$self->http_post();

Deletes the user and redirects to $self->return_uri().


MKDoc-Auth documentation  | view source Contained in the MKDoc-Auth distribution.