mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-05-17 02:42:08 +02:00
24 lines
880 B
XML
24 lines
880 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="UserPasswordResetWebPage" inherits="UserWebPage">
|
|
<brief_description>
|
|
An [UserWebPage] that lets users ask for a password reset token. Not yet finished.
|
|
</brief_description>
|
|
An [UserWebPage] that lets users ask for a password reset token. Not yet finished.
|
|
Note that emails can already be sent using the [SMTPClient] class if the smtp module is enabled, so this can be implemented already. (You need a functioning email server though. It should work with mainstream email providers aswell.)
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
</methods>
|
|
<signals>
|
|
<signal name="user_password_reseted">
|
|
<argument index="0" name="request" type="WebServerRequest" />
|
|
<argument index="1" name="user" type="User" />
|
|
<description>
|
|
</description>
|
|
</signal>
|
|
</signals>
|
|
<constants>
|
|
</constants>
|
|
</class>
|