Hello,
You can repair any user.conf and/or reseller.conf to a useable state, after which you can reset the limits.
To repair a reseller named
bob with domain
bob.com, you'd type:
Code:
cd /usr/local/directadmin/scripts
./fix_da_user.sh [b]bob[/b] reseller [b]bob.com[/b]
which will also fix any user.conf settings that reseller may be missing as well.
The same method applies to fixing users, just use "user" instead of "reseller".
You can also use "admin" if it's an Admin account.
The 3rd domain argument is not required if there is no domain.
If there are multiple domains, you can run the script several times per user, changing the domain each time.
If the "creator" option is missing, you'd need to edit the script if you don't want that user to be assigned to the "admin" reseller.
If you want the IP used to be something other than the server IP, again, edit the script.
John