Florian Koch
Florian Koch
I looked into the devise sources and found `resend_confirmation_instructions` which can do what I want. But, I still let this fail silently. How do I prevent that the success message...
Thanks for your fast response. Sadly, this didn't have any effect for me. I'm currently using this in my user model: def send_reset_password_instructions super if invitation_token.nil? end def resend_confirmation_instructions super...
This way it works, thanks a lot. I'm going to look into a way to do this for password reset, too. When I have a solution I'll create a pull...
I was able to use exactly the same solution for `send_reset_password_instructions`, too, so now it works as intended. But I have a problem: I'm working on a Windows and I...
@jalada Sorry, a bit late to see this - do you still need the code? what I did was adding the following to my user model: ``` def send_reset_password_instructions if...
still not working reliably
since https://github.com/zalando/problem/pull/342 was merged, this can be closed now 👍🏻
Any chance this is getting merged @aldwyn-acn ? I actually use the fork now because I didn't find another way to get the status working for reusable workflows.
Thanks a lot for the extensive information! Right now I'm just protoyping some stuff to evaluate the use of EventStore DB, if we decide to actually use it we'll see...
> > > @ProteanCode I ran into the same issue when deploying Teamspeak into my swarm. I also use traefik but you won't need it here. The solution was to...