Log in problem - Joomla! Forum - community, help and support
somewhat embarrassed ask having installed joomla! first time, on 1and1 yesterday - whole day has passed opened first time earlier today have forgotten both password , user name there anyway retrieve them? did try using front page doesn't work me.
thanks guidance , patience.
thanks guidance , patience.
pdqdundee wrote:somewhat embarrassed ask having installed joomla! first time, on 1and1 yesterday - whole day has passed opened first time earlier today have forgotten both password , user name there anyway retrieve them? did try using front page doesn't work me.
thanks guidance , patience.
if have access database, can check table jos_users user record , run following sql command. change jos_ right dbprefix.
update `jos_users` set `password`=md5('yournewpassword') `username`='admin or username';
Comments
Post a Comment