-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
first password reset works but reports failure #90
Comments
Thanks for the bug report Thomas. We've actually fixed that already in v3.6.0. See: https://github.com/inex/IXP-Manager/blob/master/CHANGELOG.md Make sure you follow the upgrade instructions and ensure you do a |
Seems we're both having a late night :( |
Thank you, I am running commit 23576ee - I will upgrade to 3.6.0 |
This commit converts the old double implemented IXP/Infrastructure, trunk and switch graph pages into a single implemented version in Laravel. It also improves this by turning POSTs into GETs allowing easier sharing of specific graph links. NB: entry point URLs have changed. * ZF -> Laravel: Migrate public graphs * Improve public IXP stats - all GET requests wiu=th sharable urls * Migrate switch and separate IXP and infrastructure * Migrate trunks and delete old files * Update menu links * Per graph authorisation * Depreacted in favour of grapher authorisation
When reseting the password of the admin user for the first time, the page returned is
"User expected but none found... Please reload the page..."
But login works when going to the main page.
The text was updated successfully, but these errors were encountered: