Hi all, I got two more question...currently the intranet address is http://servername:8080. I have created a DNS record what i need to know is how to i redirect all users to http://servername:8080 when they just type in http://servername i dont want the users to key in :8080. pls help me.. How do i change the default password for kohaadmin? Plus if i changed to another,is there any affect?Pls assist -- View this message in context: http://www.nabble.com/Change-koha-password-tp24618020p24618020.html Sent from the Koha - Discuss mailing list archive at Nabble.com.
Try this: http://koha.org/documentation/faq/how-to-change-koha-default-user-name-and-p... --- Nicole C. Engard Open Source Evangelist, LibLime (888) Koha ILS (564-2457) ext. 714 nce@liblime.com AIM/Y!/Skype: nengard http://liblime.com http://blogs.liblime.com/open-sesame/ On Wed, Jul 22, 2009 at 9:49 PM, ahtshun83<tony_ykt@yahoo.com> wrote:
Hi all,
I got two more question...currently the intranet address is http://servername:8080. I have created a DNS record
what i need to know is how to i redirect all users to http://servername:8080 when they just type in http://servername
i dont want the users to key in :8080.
pls help me..
How do i change the default password for kohaadmin? Plus if i changed to another,is there any affect?Pls assist -- View this message in context: http://www.nabble.com/Change-koha-password-tp24618020p24618020.html Sent from the Koha - Discuss mailing list archive at Nabble.com.
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Hi, I installed my Koha on Fedora 9....how do i change the default password for intranet page. default username: kohaadmin Password: kohakoha -- View this message in context: http://www.nabble.com/Change-koha-password-tp24618020p24711343.html Sent from the Koha - Discuss mailing list archive at Nabble.com.
On Wed, Jul 29, 2009 at 7:57 AM, ahtshun83<tony_ykt@yahoo.com> wrote:
Hi,
I installed my Koha on Fedora 9....how do i change the default password for intranet page.
default username: kohaadmin Password: kohakoha
Login to MySQL with 'root' user. # mysql -u root -h localhost -p enter root's password mysql> GRANT ALL ON 'dbname'.* TO 'username'@'localhost' IDENTIFIED BY 'password'; mysql> FLUSH PRIVILEGES; mysql> QUIT Now change fields <user> and <pass> in /etc/koha/koha-conf.xml to match GRANT ALL command values. ( The location of the file might be Debian specific ) -- With Regards Abhishek Amberkar RDG Library Services Mumbai, India http://www.rdg.co.in/ http://www.kohaindia.org/
participants (3)
-
Abhishek Amberkar [अभिषेक] -
ahtshun83 -
Nicole Engard