Marco

Results 403 comments of Marco

Thanks for your feedback! You are right, there’s indeed no method in the `Administration` interface yet that allows you to do that. Sorry! We should definitely add this in the...

No problem! By the way, let’s keep this issue open, so that we know we have to implement this in the future.

Thanks for your appreciation! As for the alternative login methods, does [this other issue](https://github.com/delight-im/PHP-Auth/issues/175) help perhaps? When it comes to these challenge codes you mentioned, I’d like to note three...

Well, it all depends on your threat model. If you want to protect your account against access by your little sister or nephew, everything you describe is sufficient. But if...

Unfortunately, this is not available yet. Sorry! But would this actually be helpful? What you need is for creation of the schema or tables only, right? So that's something that...

Documentation from the Doctrine project: * http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/schema-representation.html * https://symfony.com/doc/current/doctrine.html#add-mapping-information The expressiveness of these schema representations and annotations must be examined, of course. The formats must support all the features that...

Thanks! This feature is unfortunately not available yet. But we definitely see this as a valid use case. There are other situations where you may also want to force a...

Thanks for your appreciation! Forcing the user to change their password after a given number of weeks or months in a corporate environment would certainly be another use case, to...

Thank you! The tables `users_remembered`, `users_resets` and `users_throttling` are best left for garbage collection, which is already tracked [here](https://github.com/delight-im/PHP-Auth/issues/68). They don’t hold any personal data, anyway. But you are right,...