Skip to content

Commit 7762206

Browse files
committed
Fix password error when changing account email, closes pterodactyl#379
1 parent 4011aea commit 7762206

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
1010
* `[beta.2]` — Fixes filemanager 404 when editing a file within a directory.
1111
* `[beta.2]` — Fixes exception in tasks when deleting a server.
1212
* `[beta.2]` — Fixes bug with Terarria and Voice servers reporting a `TypeError: Service is not a constructor` in the daemon due to a missing service configuration.
13+
* `[beta.2]` — Fixes password reset form throwing a MethodNotAllowed error when accessed.
14+
* `[beta.2]` — Fixes invalid password bug when attempting to change account email address.
1315

1416
### Changed
1517
* Deleting a server safely now continues even if the daemon reports a `HTTP/404` missing server error (requires `Daemon@0.4.0-beta.2.1`)
1618

1719
### Added
1820
* Server listing and view in Admin CP now shows the SFTP username/Docker container name.
21+
* Administrative server view includes link in navigation to go to server console/frontend management.
1922

2023
## v0.6.0-beta.2 (Courageous Carniadactylus)
2124
### Fixed

resources/themes/pterodactyl/base/account.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<div class="form-group">
132132
<label for="password" class="control-label">@lang('base.account.current_password')</label>
133133
<div>
134-
<input type="password" class="form-control" name="password" />
134+
<input type="password" class="form-control" name="current_password" />
135135
</div>
136136
</div>
137137
</div>

0 commit comments

Comments
 (0)