Matthew Nelson - Silverark

Results 33 comments of Matthew Nelson - Silverark

This looks great. I was about to write some of this myself. Is there an ETA on it being merged?

Thank you @iammeizu I will give it a go tomorrow! I was also contacted by Sean DuBois toio who said he was workign on Interceptors for V3 too: https://github.com/pion/webrtc-v3-design/issues/34

@iammeizu - I've got this working with sampleBuilder but strangely found the image to be worse using this method! What value did you have for the `maxLate`? When testing with...

What error are you receiving? Have you tried putting the full path in your document root? What system are you running on? You will need to add Bonfire.Root and Bonfire.Root.local...

The password hash is used to generate a user_token for your login. If you change your password it invalidates the session. That is by design so the user has to...

@Reconix I think he means that you can't update your profile details without having to also update your password. If you just try to update your display_name only, it shows...

The rule is added in the Users Controller when saving the user on 'Update'. ``` // If a value has been entered for the password, pass_confirm is required. // Otherwise,...

I've just tested it and it's working for me. Works in the admin area's Settings controller too for updating a users password. The only issue I can see is if...

Where is currently being used in Bonfire? CI has it as a fallback.

@carcagi I can't see the error on that page. Have you fixed/solved it since?