Varun Patil

Results 521 comments of Varun Patil

A random password is generated for each user. We should be including a fixed string at the start containing some special characters so it satisfies the password policies. https://github.com/pulsejet/nextcloud-oidc-login/blob/dc101a70029872c95b298ea8efb7daa7bb8e7764/lib/Service/LoginService.php#L271

Please don't close this until it's fixed. If possible it'd be great if you could do a PR for this. Ideally we can just prepend the password with something like...

I'll suggest making a fork. Nextcloud and owncloud APIs have diverged more or less completely, so it's likely not possible to achieve this.

> The `$well_known_config_url` variable should probably either: > > 1. recognize that the path exists This is good. > 2. clearly show the URL it's attempting on the callback error...

> I just would like know if it's possible to define oidc_login_attributes array with https://github.com/nextcloud/server/pull/3966? Probably. Did you try?

Remove `oidc_login_alt_login_page` from your config file

@keesfluitman restart the PHP server after you change config.php

Not sure, there's really nothing to fix here. If you see `Application.php`, it checks for `oidc_login_alt_login_page` in the config and tries to require it on line 152 (where you get...

That's probably broken now, it was just a css hack

What does this attribute map to? As far as I'm aware there's no "manager" attribute on the Nextcloud User.