Marco

Results 408 comments of Marco

Excellent question, thank you! We would have documented this before, but it’s a little bit complicated, and the documentation could quickly become outdated because the numbers could (slightly) change from...

Documenting all those limits (in an understandable way) is hard enough, and making them user-configurable (and again understandable) is hard as well, and there’s rarely a need to change the...

@MichaelKheel Thanks! When “they” (I guess your users) call you and complain about the login not working, are you sure that throttling is the cause there? I mean, do they...

> However isRemembered() consistently returns false after logging in and I'm not sure why. This is the intended behavior. Maybe the documentation needs to be improved, though. > From my...

Thank you! In the `UserAlreadyExistsException` exception block of your `Auth#register` call, could you try an `Auth#resendConfirmationForEmail` call there, right inside of the exception block? That would probably look something like...

Thanks! This is probably specific to, and caused by, your database engine. What database system are you using? MySQL or MariaDB, PostgreSQL, SQLite, something else? That sequence can usually be...

Please try searching for “increment” on the following page: https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html Look up these configuration values and see if they need to be changed. If you’re using InnoDB as your engine,...

Thank you! What version of Brave (and on what OS) are you using? Could you open the developer tools and check the status of the two cookies, i.e. if they...

And does your site happen to use frames?

Thank you! That could be the cause of the problem already. There should only be *one* session cookie (“PHPSESSID”). So these two are always re-created, even if you delete them...