Dean Clatworthy

Results 29 comments of Dean Clatworthy

Would just like to add to this. Was rather surprised to see that it's not on by default

Hi @duncan3dc - thanks for the quick reply. That sounds great. I think when you deal with complex combinations then it makes sense to keep it as is, but perhaps...

Interesting work. SWENG here with pretty much no experience in firmware hacking, but i'm curious if your journey is going to take you as far as patching features? There's a...

In the end @akoenig I ended up using this: https://gist.github.com/deanc/76a3de4592c70b36627eb3eb33dca011

Same issue here, and a more limited demo: https://codepen.io/anon/pen/JVgqKr (check console)

Thanks for feedback. I don't have metrics but a lot of packages depend on others. Security issues occur and then if the maintainer doesn't update the dependency it's rotten. This...

There is a `'isUsernameRequired' => false,` parameter you can use now to do this. Can this issue be closed?

I think this should be an option for SimpleUser under `$app['user.options']`. And then this could be re-used in the `$app['security.firewalls']` when specifying the `default_target_path`. But definitely :+1:

Another issue that I stumbled upon today which could be solved by doing this, is that the custom profile fields are only available after account creation. In theory if the...

I'll try and PR this if I remember ;-)