reason -> disablingReason and some fixes

This commit is contained in:
Ilya Prokopenko 2023-05-23 20:31:32 +07:00
parent 4bfdeddd22
commit 4d996fddac
No known key found for this signature in database
GPG key ID: 7736BBBB05F14A56
3 changed files with 8 additions and 8 deletions

View file

@ -458,7 +458,7 @@
</tr> </tr>
<tr> <tr>
<td class="e">Initial hosting</td> <td class="e">Initial hosting</td>
<td class="v">Ilya Prokopenko (dsrev) and Celestora</td> <td class="v">Lumaeris and Celestora</td>
</tr> </tr>
<tr> <tr>
<td class="e">Initial bug-tracker hosting</td> <td class="e">Initial bug-tracker hosting</td>
@ -492,7 +492,7 @@
<td> <td>
kovaltim, Vladimir Lapskiy (0x7d5), Alexander Minkin (WerySkok), Polina Katunina (RousPhaul), veth, kovaltim, Vladimir Lapskiy (0x7d5), Alexander Minkin (WerySkok), Polina Katunina (RousPhaul), veth,
Egor Shevchenko, Vadim Korovin (yuni), Ash Defenders, Egor Shevchenko, Vadim Korovin (yuni), Ash Defenders,
Pavel Silaev, Dmitriy Daemon, Ilya Prokopenko (dsrev), Pavel Silaev, Dmitriy Daemon, Lumaeris,
cmed404 and unknown tester, who disappeared shortly after trying to upload post with cat. cmed404 and unknown tester, who disappeared shortly after trying to upload post with cat.
</td> </td>
</tr> </tr>

View file

@ -129,12 +129,12 @@
</td> </td>
<td> <td>
{_registration_disabled_info} {_registration_disabled_info}
{if OPENVK_ROOT_CONF['openvk']['preferences']['registration']['reason']} {if OPENVK_ROOT_CONF['openvk']['preferences']['registration']['disablingReason']}
<br/> <br/>
<br/> <br/>
{_admin_banned_link_reason}: {_admin_banned_link_reason}:
<br> <br>
<b>{php echo OPENVK_ROOT_CONF['openvk']['preferences']['registration']['reason']}</b> <b>{php echo OPENVK_ROOT_CONF['openvk']['preferences']['registration']['disablingReason']}</b>
{/if} {/if}
</td> </td>
</tr> </tr>

View file

@ -37,9 +37,9 @@ openvk:
autoban: true autoban: true
registration: registration:
enable: true enable: true
reason: "" # reason for disabling registration disablingReason: ""
support: support:
supportName: "Moderator" supportName: "Agent"
adminAccount: 1 # Change this ok adminAccount: 1 # Change this ok
fastAnswers: fastAnswers:
- "This is a list of quick answers to common questions for support. Post your responses here and agents can send it quickly with just 3 clicks" - "This is a list of quick answers to common questions for support. Post your responses here and agents can send it quickly with just 3 clicks"
@ -125,9 +125,9 @@ openvk:
token: "TOKEN_HERE" token: "TOKEN_HERE"
helpdeskChat: "" helpdeskChat: ""
eventDB: eventDB:
enable: false # Better enable this enable: true
database: database:
dsn: "mysql:unix_socket=/tmp/mysql.sock;dbname=openvk-eventdb" dsn: "mysql:unix_host=localhost;dbname=openvk-eventdb" # or unix_socket=/tmp/mysql.sock
user: "root" user: "root"
password: "DATABASE_PASSWORD" password: "DATABASE_PASSWORD"
notificationsBroker: notificationsBroker: