From c9b5bc78b2884a2e420b8ae6f449d639d1665797 Mon Sep 17 00:00:00 2001 From: Vivek Anand Date: Jul 03 2017 08:13:48 +0000 Subject: Tips/tricks: add for case when EMAIL_SEND is False Signed-off-by: Vivek Anand --- diff --git a/doc/usage/tips_tricks.rst b/doc/usage/tips_tricks.rst index fe4e1bd..4319085 100644 --- a/doc/usage/tips_tricks.rst +++ b/doc/usage/tips_tricks.rst @@ -29,3 +29,13 @@ To do this, simply prepend a ``!`` in front of the tag. Example: ~~~~~~~~ https://pagure.io/pagure/issues?tags=!easyfix + + +Local user creation without email verification +---------------------------------------------- + +If you set ``EMAIL_SEND`` to ```False``` from the configuration file, you +will get the emails printed to the console instead of being sent. The admin +of the instance can then access the URL to manually validate the account from +there. This is generally used for development where we don't need to send +any emails.