mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 22:25:55 +03:00
[GH-ISSUE #174] On firefox, username reminders are not sent #173
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anonaddy#173
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @galets on GitHub (Jul 15, 2021).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/174
Ubuntu 20.04:
To reproduce:
blank screen
extensions in use: ghostery + privacy badger
same computer it works if browser = chrome
@willbrowningme commented on GitHub (Jul 15, 2021):
I believe I've just fixed this, please could you try again and let me know if the issue still persists?
I think it was related to the email validation check
'required|email:rfc,dns', removing the dns requirement seems to have sorted it.@galets commented on GitHub (Jul 15, 2021):
It is still broken, see screenshot with some diagnostics
@willbrowningme commented on GitHub (Jul 16, 2021):
Okay, it should now be fixed, please check again.
@galets commented on GitHub (Jul 16, 2021):
Works now