-
I want to brut-force my lost account but at that rate it should take about 6 months which I can do by just putting the program on the server but what do I do with token for password recovery constantly expiring? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
For the password recovery feature, you would have to constantly get a new password recovery token for every time you ran the program. At the moment, there is no feature to automatically get the password recovery token from an email, as that is currently too hard to implement. Reason why; lots of people use different email sites. We would have to write code to check each individual site/inbox, which is effectively impossible. |
Beta Was this translation helpful? Give feedback.
-
That's fair maybe I will check if I can add this feature at least for Gmail due to the fact that something like 86% of people use it. Sadly I'm busy right now so I would probably come back to it in a couple of months we will see. If some one will want to do it before me please make sure you do it in form of a module which you would be able to later expand to other email services. |
Beta Was this translation helpful? Give feedback.
For the password recovery feature, you would have to constantly get a new password recovery token for every time you ran the program.
At the moment, there is no feature to automatically get the password recovery token from an email, as that is currently too hard to implement.
Reason why; lots of people use different email sites. We would have to write code to check each individual site/inbox, which is effectively impossible.