demo user banner

This commit is contained in:
realaravinth
2021-08-09 12:23:06 +05:30
parent 147f563ec8
commit 02b62fb1d0
8 changed files with 35 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
<. if crate::SETTINGS.allow_demo && crate::SETTINGS.allow_registration { .>
<p class="auth__demo-user__banner">
Try mCaptcha without joining
<br />
<span class="auth__demo-user__cred">
user: <.= crate::demo::DEMO_USER .>
</span>
<span class="auth__demo-user__cred">
password: <.= crate::demo::DEMO_PASSWORD .>
</span>
</p>
<. } .>