ncadmin NextCloud disabled

ErStefo

Cadet
Joined
Nov 20, 2021
Messages
1
Hi, I wanted to ask how to re-enable the main account of NextCloud from "Shell", because from "manage" I cannot be that the account to re-enable it was just ncadmin
1637422426147.png
 

ItsMagic

Cadet
Joined
Feb 3, 2022
Messages
2
shout out the next cloud unofficial discord server the command is
php occ user:enable ncadmin
or you can do what i did and in the truenas shell
1) iocage console "the name of your nc jail"
2) occ user:enable ncadmin
1646844752494.png
 

zdude

Cadet
Joined
Aug 29, 2022
Messages
9
I also can't log in to Nextcloud ncadmin

TrueNAS CORE: TrueNAS-12.0-U8.1
NextCloud Plugin: Ver. 23.0.3, Release: 12.3-RELEASE-p5

I thought the above occ command would help resolve the issue I'm facing, but it did not. It returned the same "The specified user is enabled" result as shown above, however issue remains.

I'm unable to log in using the Nextcloud Admin User and Nextcloud Admin Password found in the 'Post Install Notes'; the same values are found when I enter the jail, then shell, and check with
Code:
cat ncuser
and
Code:
cat ncpassword
.
Result is always "Wrong username or password."
Any suggestions?
 
Top