Fix reset password
This commit is contained in:
parent
2b0e6a3dbf
commit
3f65a69f0e
4 changed files with 10 additions and 2 deletions
|
|
@ -407,7 +407,7 @@ function setupCallbacks() {
|
|||
if(!data.success)
|
||||
alert(data.error);
|
||||
else
|
||||
alert("Password reset successful. Reset hash: " + data.hash);
|
||||
alert("Password reset successful. Reset hash: /reset.html?" + data.hash);
|
||||
});
|
||||
|
||||
socket.on("acp-channeldata", function(data) {
|
||||
|
|
|
|||
|
|
@ -60,6 +60,7 @@
|
|||
<script src="./assets/js/bootstrap-modal.js"></script>
|
||||
|
||||
<!-- Mine -->
|
||||
<script src="./assets/js/data.js"></script>
|
||||
<script src="./assets/js/iourl.js"></script>
|
||||
<script type="text/javascript">
|
||||
var hash = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue