Skip to content

moemura/Ganesha-Digital-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ganesha-Digital-Library

Originally developed by KMRG ITB (http://kmrg.itb.ac.id) (archive)

  • This version of GDL compatible with PHP 7+ and MySQL 5.7+.
  • Hash function for user password now use SHA2 512 bit replacing OLD_PASSWORD function.
  • OAI-PMH support has been updated to the lib from OpenSearch

How to Upgrade

  • Backup old files.
  • Replace everything except config and bin folder.
  • Increase length of the password hash field to 128 using the following SQL. (Replace gdl_user with actual table name.)
ALTER TABLE `gdl_user` MODIFY COLUMN `password` varchar(128) NOT NULL DEFAULT '' AFTER `user_id`;

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published