Results 84 comments of Miha Petkovsek

Hi, admin user is local, did you try to reset admin passoword ? https://phpipam.net/news/reset-phpipam-admin-password/ Otherwise each user is linked to his auth method index, 1 is local, but you would...

Hi, did you figure it out ? Don't create any folders inside API as this will break functionality. You are using php API ?

Try this please: In `functions/classes/class.User.php` there are 2 methods, `auth_radius_legacy` and `auth_radius`. Rename : - `auth_radius_legacy ` to `auth_radius` - `auth_radius` to `auth_radius_new` and try again.

Comment out this also at the beggining of file: ``` use Dapphp\Radius\Radius; ```