i2-Services, Inc. Forums

Full Version: Password Reset
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Anyone help please

How can I reset the calendar admin password on the server?

Many thanks

Steve
You should be able to open the file cal_config.dat.cgi in a text editor like Notepad.

The last line in that file should have something like:

pass mypassword

"mypassword" is your current password. You can simply modify it in this file and save it. Make sure you keep the "pass".
Rogee is correct. Thanks!
Great!! thanks that workedBig Grin
Rogee Wrote:You should be able to open the file cal_config.dat.cgi in a text editor like Notepad.

The last line in that file should have something like:

pass mypassword

"mypassword" is your current password.  You can simply modify it in this file and save it.  Make sure you keep the "pass".
Hi,
You could solve that if you have the access permission to the Database of your site. If you have access to the database, then look in the database with the key word pass, There you will find the encoded password, decrept it, it has the encryption of MD5 form.
Reference URL's