commit 445e1f5fa96103879075ef4762437e3ad035a019 parent ebca59dcac218f4a53470fea456141ddf7a20844 Author: n0tr1v <n0tr1v@protonmail.com> Date: Thu, 26 Jan 2023 12:05:42 -0800 pro tips for ctf Diffstat:
| M | pkg/web/public/views/pages/vip/forgot-password-bypass-challenge.gohtml | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/pkg/web/public/views/pages/vip/forgot-password-bypass-challenge.gohtml b/pkg/web/public/views/pages/vip/forgot-password-bypass-challenge.gohtml @@ -21,4 +21,10 @@ <li>Login with the new user account.</li> </ul> </p> + <p> + Pro tips: + <ul> + <li>In development mode, you can fill the captcha with <code>000000</code> and it will always be accepted.</li> + </ul> + </p> {{ end }} \ No newline at end of file