Add option to change passwords

This commit is contained in:
Omar Roth
2019-04-22 10:18:17 -05:00
parent 30e567e8b6
commit 64aecba7a0
16 changed files with 168 additions and 0 deletions

View File

@@ -213,6 +213,10 @@ function update_value(element) {
<a href="/clear_watch_history?referer=<%= URI.escape(referer) %>"><%= translate(locale, "Clear watch history") %></a>
</div>
<div class="pure-control-group">
<a href="/change_password?referer=<%= URI.escape(referer) %>"><%= translate(locale, "Change password") %></a>
</div>
<div class="pure-control-group">
<a href="/data_control?referer=<%= URI.escape(referer) %>"><%= translate(locale, "Import/export data") %></a>
</div>