From f7f408280f0309e628099c4ba0f0cc59856742f7 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 15 May 2018 19:40:46 +0100 Subject: [PATCH] Add nice title comment :D --- modules/feature-user-table.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/modules/feature-user-table.php b/modules/feature-user-table.php index f4a63bb..8fa3db3 100644 --- a/modules/feature-user-table.php +++ b/modules/feature-user-table.php @@ -172,6 +172,20 @@ https://github.com/sbrl/Pepperminty-Wiki/ * @apiParam {string} user The username of the accunt to set the password for. * @apiParam {string} new-pass The new password for the specified username. */ + + /* + * ███████ ███████ ████████ + * ██ ██ ██ + * ███████ █████ ██ █████ + * ██ ██ ██ + * ███████ ███████ ██ + * + * ██████ █████ ███████ ███████ ██ ██ ██████ ██████ ██████ + * ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ + * ██████ ███████ ███████ ███████ ██ █ ██ ██ ██ ██████ ██ ██ + * ██ ██ ██ ██ ██ ██ ███ ██ ██ ██ ██ ██ ██ ██ + * ██ ██ ██ ███████ ███████ ███ ███ ██████ ██ ██ ██████ + */ add_action("set-password", function() { global $env, $settings;