feat: add option to change username

This commit is contained in:
Fijxu
2025-03-06 01:43:25 -03:00
parent adcdb8cb92
commit e27dd0284a
6 changed files with 138 additions and 1 deletions

View File

@@ -330,6 +330,10 @@
<a href="/change_password?referer=<%= URI.encode_www_form(referer) %>"><%= translate(locale, "Change password") %></a>
</div>
<div class="pure-control-group">
<a href="/change_username?referer=<%= URI.encode_www_form(referer) %>"><%= translate(locale, "change_username") %></a>
</div>
<div class="pure-control-group">
<a href="/data_control?referer=<%= URI.encode_www_form(referer) %>"><%= translate(locale, "Import/export data") %></a>
</div>