chrislawso

Results 18 comments of chrislawso

Hi, the user I need to delete has little or nearly no user data. This user was a test account created momentarily only to test email smtp password reset. This...

Hi, Here is screenshot of the User Deletion page https://pasteimg.com/image/h8RHO

I am experiencing same exact issue in a completely new install using your install script for docker production. This occurs with a plain docker install of Opnform and directly connecting...

> I had the same issue, and it was due to nginx body size limit. > > I set `client_max_body_size 0;` (unlimited) in the API block and that solved my...

> Hello, > > I forked from [8cb6e12](https://github.com/JhumanJ/OpnForm/commit/8cb6e1238fea168bbff18a32687853867db031f3) and running in docker environment. I basically added this line in the `docker/nginx.config`: > > location ~/(api|open|local\/temp|forms\/assets)/ { > set $original_uri $uri;...

The user experience would be further enhanced by supporting OAuth 2.0 and/or OIDC, and not limiting to credentials managed in Entra ID. If you search the issues you can find...

@m-akrami did you find any solution to get your access points working with idp authentik or any other system? I found your post and was going to test authentik and...

In the file `server/handlers/validators.handler.js` I found the following lines 179-183 which appear to be responsible for rejecting if the domain is already owned by another user or is banned. ```...

> One good way to do it is to add a new configuration, something named like `OTHER_AVAILABLE_DOMAINS` (since we already have `DEFAULT_DOMAIN`), which would a be a comma separated list...

> [@chrislawso](https://github.com/chrislawso) > > > OTHER_AVAILABLE_DOMAINS would be set as env variables ? > > Yes. > > > Displaying additional OTHER_AVAILABLE_DOMAINS in the above select will display additional customdomains...