yasir azgar

Results 6 comments of yasir azgar

@MatElGran Yes, but as you can see the affected [code](https://github.com/heartcombo/devise/pull/5506/files#diff-4e4ea5d3758b39709006dd651831d626ef3e2c4201aedfcc9032ee870312e6c6L114), ``` if authenticated && (resource = warden.user(resource_name)) ``` then second condition will get executed only if the first condition returns...

looking into it, Having some questions, can't find any place where user can updated their password, does user can only do forget password? Also, should the user be notified when...

@reenas I would like to work on this.

I would like to work on this issue

@javierm @coslajohn This seems to be expected behaviour for admins and moderators - https://github.com/consuldemocracy/consuldemocracy/blob/master/app/controllers/comments_controller.rb#L110 For other roles it seems to work as expected. Currently once the legislative debate is closed...