Unable to login or reset password - authentication

I have and account with heroku but the email used to log into the account has been deleted sometime ago. I am receiving an "There was a problem with your login" when I try to log in. I can't reset the password as I can't receive the email. Any suggestions on how I can log in to that account?

Related

KeyCloak : Disable account after 5 incorrect login attempts, and send an email to the user to reactivate the account

I'm working on a project with KeyCloak where the requirement is after 5 incorrect login attempts from the user, the account needs to be suspended, and an email should be sent to the user to reactivate the account
So far I couldn't find this configuration, can you please tell me if it's possible? And if yes, where the option is?

Cannot login to Philips Hue developer account

I registered an account with https://developers.meethue.com/login/
verified my email
attempted to login, but it said I have incorrect password
I used the "Forgot password" to reset the password
gave a new password (which is 1 character less than the original 30 characters)
got a message that the password was successfully reset
But now when I try to login again with the new credentials, it says "Your account is awaiting e-mail verification."
I didn't any new emails for activating, and the link in the old activation email has already expired. There is no option to trigger a resend.
How do I activate my account?

Invalid user or password or the account is blocked due to multiple failed login attempts

Error Message:- Invalid user or password or the account is blocked due to multiple failed login attempts. If so, it will be unblocked automatically in a short time.
I have installed Openproject in Ubuntu environment.
Today morning i updated the Openproject.
When i tried to login using my user name and password I got the above error message
The database is Postgresql.
I could able to login to db.
what is the solution to resolve this issue and i am want to unblock the account.
All the accounts, including admin account could not able to login.
Create a new username and password with admin rights in postgresql DB.
Grant admin rights to the user.
Login to the website using the new username and password.
GO to adminstration - Authentication -
check
AUTOMATED USER BLOCKING
Block user after this number of failed login attempts
--Give the input Zero - 0
It will allow the user to login any number of times if they fail.
thanks

Cannot Login at MailGun

Whenever I login in Mailgun with my Account it says "Bad email or password" eventhough the email is already activated and the password is correct. I already created a second MailGun account and when I tried to log it out, I also cannot log in back again!

IBM Domino Expired Internet Password

I have implemented password expiry for my website. If a user has an expired password, then I would like to redirect the user to a specific form where I then resend a random password.
To do this, I have:
setup a form with a WebQuerySave agent that changes the password using the AdminP ChangeHTTPPassword method
set the custom form to load in the domcfg database
made the form a public access form, and the agent runs on behalf of an admin account
The issue I have, is that the user appears to get stuck in a loop of wanting the password changed (names.nsf?ChangePassword) and will not even let me redirect the user to complete a new form from that will then kick off the password reset etc. This includes a link to my password reminder page that sends the user their password.
These are external users, and I am using directory assistance. I do not use the ID vault here.
Is it possible to get out of this loop?
If not, then is it possible to add an agent to run when the standard password reset works?