Alex Staniev

Results 6 issues of Alex Staniev

Hello, Is it possible to add webp php extension to the ./install.sh to use together with imagick? I was trying to install libwebp-devel separately by using the command `yum -y...

### Description Hello, I'm trying to retrieve the default social image set in Settings with GraphQL, however I cannot find the default image field defined inside the GraphQL structure. If...

### Description Hello, I'm getting an error when I'm trying to query SEO keywords in the GraphQL query (see screenshots). Everything else apart from keywords is working. Is it something...

Fix for the issue [#112](https://github.com/jamesedmonston/graphql-authentication/issues/112) In Craft 4.* User element has active Boolean set to false by default ([source](https://docs.craftcms.com/api/v4/craft-elements-user.html#public-properties )) This way currently in the `create` function of `UserService`active flag...

Hello, I have a specific scenario for a user registration process. In Craft I have an entry type which contains field with activation code. On the frontend (not a twig...

enhancement

Hi @jamesedmonston, Thank you very much for making 2FA possible with the plugin. Is it possible to add an extra mutation to disable 2FA for user? something like this: ```...