Louis Charette
Louis Charette
> One possibility would simply to define them with a custom language key. That would be the easier solution.
That's because the deleted user is "soft deleted", so it still exist in the db, which is the intended purposed. However, I agree, the ability to permanently delete a user...
> which branch should I open the PR? Hotfix
@nikolaos-spyratos [Might still need updating](https://github.com/userfrosting/UserFrosting/blob/hotfix/app/sprinkles/account/locale/el/messages.php#L65) :)
@alannaidon There's no `PT_BR` locale yet, but you're welcome to add it if you want :)
I don't think N° 2 will pass StyleCI validation. N°4 is horrible. It's either N°1 or N°3. My usual rule is if you have two or less `->`, it goes...
I've added in `develop` (83b9357) a `ufTable('refresh')` method. This can be used to refresh the table when a form is submitted. We just need to use implement it in ufForm.
I have a feeling this could be solved by putting a cap on the delta of when the session/cookie was last used vs the current time 🤔. ``` * Session...
Still can't make UserFrosting play nice with AppVeyor so we can run Windows/SQLServer tests. Anyone get any ideas?
Currently AppVeyor support is [unreliable](https://ci.appveyor.com/project/userfrosting/userfrosting/build/job/42o7fbgk1v130scu) and poorly documented. While it's the best bet to get it to work, it requires to install PHP on Windows using Chocolatey which is poorly...