lgaetz / freepbx-timelord

FreePBX Module for Asterisk integration with external installation of PHP Timeclock
1 stars 1 forks source link

PHP timeclock information summary #4

Open lgaetz opened 11 years ago

lgaetz commented 11 years ago

Versions up to 1.0.3 are here: http://timeclock.sourceforge.net/

version 1.04 is here: https://github.com/SteveCastle/PHP-Time-Clock

versions up to 2.0RC2 are here: http://en.sourceforge.jp/projects/sfnet_phptimeclock/releases/

lgaetz commented 11 years ago

To fix ver. 2.0RC2 to force all numeric usernames: /functions/general.php line 113 change:

define('VALID_USER_NAME_REGEX', '^[a-z][a-z0-9]{1,31}$'); to define('VALID_USER_NAME_REGEX', '^[0-9]{1,31}$');