I change the admin user

carkar's picture
User offline. Last seen 2 weeks 1 day ago. Offline
Joined: 09/23/2008
Points: 131

How can I change the admin user without shutting down and start on the server Presto?
 
existe some JUMP?

0
Your rating: None
smitchell's picture
User offline. Last seen 1 week 2 days ago. Offline
Joined: 08/29/2008
Points: 4

In 2.6.1, you can change the default admin password in the Admin Console. The URL (if you are using the default Tomcat port) would be something like:

http://localhost:8080/adminserver/

You cannot change the username for the default admin account without shutting down the server and restarting (this is in a configuration file that is only read at startup).

Sara, technical writer/jackbe

 

smitchell's picture
User offline. Last seen 1 week 2 days ago. Offline
Joined: 08/29/2008
Points: 4

One last point, just in case. You can assign Presto administration privileges to any user account using the Presto_Administrator role.

For more information, see: 

http://www.jackbe.com/prestodocs/v2.6.1/prestoadmin/index.html

And search for authorization or presto built-in roles.

Sara, technical writer/jackbe

 

carkar's picture
User offline. Last seen 2 weeks 1 day ago. Offline
Joined: 09/23/2008
Points: 131

thanks!