Petr Šnobelt

Results 14 issues of Petr Šnobelt

Hi, while playing with guards I realised, that visualizer used state.event which don't contain correct event, so I try to fix it. It still don't allow use params set in...

Hi, while playing with guards I realized, that visualizer used `state.event` which don't contain correct event, so I try to fix it.

Hi, if anyone is interested I forked it and create cli version, ideal for usage in CI https://github.com/PetrSnobelt/webpack-visualizer related to #26

If you visit demo page no big monitor - no scrollbar is present so it don't load additional content.

I try to use updateUser for changing user's password, but it don't work. Workaround is adding changePassword method into https://github.com/anvilresearch/connect-nodejs/blob/master/rest/users.js something like this ``` function changePassword (id, password, options) {...

Hi, I try register user with password **aaaaBBCB7C** and it fails with "Password must be complex" message. But when I try it in onlinedemo on http://mel.lt/ it returns **The password...

I'd like to ask if is possible to use anvil in multi-tenant environment. For example - We have system for our partners, which they can use to manipulate (create, modify,...

Hello, I figured out that the email used for logging depends on uppercase and lowercase letters. Is there any way how to disable this. I think email should be case...

Hello, I try to implement change user's password functionality in my app. I try use patch route /v1/user/:userid/password, but when I try use it, it return 'Forbidden'. When I look...

Hello, when I try to use grant_type:refresh_token it returns only this keys in json: access_token, token_type, expires_in, id_token,session_state new refresh token is missing from response and old one is invalidated....