sab Posted March 28, 2015 Share Posted March 28, 2015 hi, how do i access my admin panel of preinstalled processwire on Arvixe hosting? is there a default password or something? i have no idea about anything to do with this hosting thing. HELP, please! Link to comment Share on other sites More sharing options...
Mike Rockett Posted March 28, 2015 Share Posted March 28, 2015 Hi, and welcome to ProcessWire I'm not familiar with that hosting platform, but the setup should have run as a normal installation would. Can you access the admin panel from example.com/processwire? Link to comment Share on other sites More sharing options...
sab Posted March 28, 2015 Author Share Posted March 28, 2015 (edited) thank you. yes, i can access the admin panel login page. and processwire was already preinstalled there. and i don't know from where to get my login information. can't find it in the cpanel. Edited March 28, 2015 by arvixeuser Link to comment Share on other sites More sharing options...
adrian Posted March 28, 2015 Share Posted March 28, 2015 Have you tried your Arvixe login details - maybe they are automatically added to the PW install. If those don't work, you could contact your host, or we could give you a little script to temporarily add into your site/templates/home.php to create a new user and set its password that way. Link to comment Share on other sites More sharing options...
SiNNuT Posted March 28, 2015 Share Posted March 28, 2015 I don't know Arvixe and ProcessWire has no ties to this hoster. They do seem to offer PW pre-installed. I think you would do better to contact the company in question, they will be glad to help if you are a customer of them. (fwiw, PW does not come with default username and passwords, so the hoster probably automated this.) Link to comment Share on other sites More sharing options...
Mike Rockett Posted March 28, 2015 Share Posted March 28, 2015 Indeed, that could be the case. It seems strange that they don't have any documentation regarding their pre-installed ProcessWire set-ups. Did they perhaps send you an email when you signed up? Link to comment Share on other sites More sharing options...
sab Posted March 28, 2015 Author Share Posted March 28, 2015 thanks all. i tried my cpanel login details and they don't work. and no instruction have i received about processwire via email. probably best to wait until monday and then talk to the customer service. or maybe you could give me the script, Adrian? Link to comment Share on other sites More sharing options...
adrian Posted March 28, 2015 Share Posted March 28, 2015 Just put the following at the top of: /site/templates/home.php and load the site's homepage. $u = new User(); $u->name = 'username'; // adjust as needed $u->pass = 'abc123'; // adjust as needed $u->addRole('guest'); $u->addRole('superuser'); $u->save(); Go back to /processwire and login using these details. Remove the code from home.php and you're done 4 Link to comment Share on other sites More sharing options...
sab Posted March 28, 2015 Author Share Posted March 28, 2015 it works! great, thank you everyone very much! very supportive i'm glad, i think i'll definitely back with more questions here 4 Link to comment Share on other sites More sharing options...
adrian Posted March 28, 2015 Share Posted March 28, 2015 Now that you're logged in, I'd be curious to know what username they had automatically set up for - might help us help out other future Arvixe users. BTW - welcome to PW - I am sure you'll love it 1 Link to comment Share on other sites More sharing options...
diogo Posted March 28, 2015 Share Posted March 28, 2015 You might want to change your display name to something more personal. Right now you're just an arvixe user that looks like an egg 3 Link to comment Share on other sites More sharing options...
sab Posted March 28, 2015 Author Share Posted March 28, 2015 advice taken. i went to edit my profile and settings, but couldn't find edit username option. any link, maybe? i don't know what was the default user details, i'll find out and put here. Link to comment Share on other sites More sharing options...
diogo Posted March 28, 2015 Share Posted March 28, 2015 You can change the "display name" Link to comment Share on other sites More sharing options...
Mike Rockett Posted March 28, 2015 Share Posted March 28, 2015 i don't know what was the default user details, i'll find out and put here. Yeah - you'll see the username under Access > Users. I can't wait to see what they did there. Link to comment Share on other sites More sharing options...
LostKobrakai Posted March 28, 2015 Share Posted March 28, 2015 Here you can change your forum name: https://processwire.com/talk/index.php?app=core&module=usercp&tab=core&area=displayname Here's the avatar upload: https://processwire.com/talk/index.php?app=core&module=usercp&tab=core (first listitem) 1 Link to comment Share on other sites More sharing options...
sab Posted March 29, 2015 Author Share Posted March 29, 2015 when i clicked on the link to change my forum name as LostKobrakai suggested, i got: " Oops! Something went wrong!You do not have permission to change your display name." on Arvixe Processwire, Access->Users gave me two default users: admin and guest. the password for the admin account was my default password for cpanel. somehow the link to access admin panel was like homeurl/admin123/ and that made me think the account was named admin123 but it was simple "admin". not sure about the default password for the "guest" account, tried my cpanel password along with typing nothing. didn't work. thanks again, guys. now, could someone with admin role here please give me a permission to change my display name, maybe? Link to comment Share on other sites More sharing options...
diogo Posted March 29, 2015 Share Posted March 29, 2015 Guest doesn't have password. I don't know if I could give you permission for that, I guess it's automated with the number of posts, but I think I can change it myself. What's the name you want? Link to comment Share on other sites More sharing options...
sab Posted March 29, 2015 Author Share Posted March 29, 2015 could i have three letter one? it's "sab" thanks, Diogo! 1 Link to comment Share on other sites More sharing options...
diogo Posted March 29, 2015 Share Posted March 29, 2015 Hm, I think I can't do it... you are sure you can't do it yourself? Link to comment Share on other sites More sharing options...
kongondo Posted March 29, 2015 Share Posted March 29, 2015 @arvixeuser You need to go here: ProcessWire Support Forums → My control panel → Settings → Display Name Welcome to the forums Link to comment Share on other sites More sharing options...
sab Posted March 29, 2015 Author Share Posted March 29, 2015 yes, i'm sure. although now i can see the "Display name" option in My Settings, when i try to change it, i get "your current password is incorrect". but i'm using the same password that i use sign in here. i signed out and signed in and tried to change my Display name several times. not working. Link to comment Share on other sites More sharing options...
Nahuel Tori Posted November 23, 2022 Share Posted November 23, 2022 @adrian thanks a lot for your script. I inherit a ProcessWire site and the admin user they gave me didn't work. With your script I was able to login successfuly. The only difference is that I put the code in the index.php file, at the end of the try block. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now