Activity
From 02/18/2010 to 03/19/2010
03/17/2010
- 10:30 AM Bug #254: LDAP DN wrong
- I'm using openldap where my dn:uid=<username>,ou=People,dc=example,dc=com CommunityID by default look for cn as username.It would make more sense if admin could configure which field as their username. It also should search ldap for that par...
03/14/2010
- 12:25 AM Feature #155 (Closed): Automatic delete unconfirmed accounts
- Implemented and added in the scripts directory, that as of CID version 2.0.0.beta1 will be distributed as a separate package, downloadable through svn here: svn://source.keyboard-monkeys.org/communityid/branches/scripts
- 12:24 AM Revision 688: added cron job script to automatically delete unconfirmed accounts
- added cron job script to automatically delete unconfirmed accounts
- 12:24 AM Revision 687: added cron job script to automatically delete unconfirmed accounts
- added cron job script to automatically delete unconfirmed accounts
03/13/2010
- 11:46 PM Revision 686: little fix in the usernames exclusion config directive generation at install
- little fix in the usernames exclusion config directive generation at install
- 11:38 PM Revision 685: link against trunk Monkeys lib
- link against trunk Monkeys lib
03/11/2010
- 03:39 PM Revision 684: tagged version 1.2.1
- tagged version 1.2.1
03/10/2010
- 09:56 AM Feature #217: Add ability to restrict sites for which to provide authentication
- It would be great if this can make it into 2.0!
- Community-ID 1.2.1
- Community-ID 1.2.1
- Community-ID 1.2.1 checksum
- 05:31 AM Revision 683: Fixed: The reminder counter is not reset after the user confirms
- Fixed: The reminder counter is not reset after the user confirms
- 05:30 AM Revision 682: increase reminder count even when mail couldn't be sent when in non-production mode
- increase reminder count even when mail couldn't be sent when in non-production mode
- 05:27 AM Revision 681: Fixed: The reminder counter is not reset after the user confirms
- Fixed: The reminder counter is not reset after the user confirms
- 05:26 AM Revision 680: increase reminder count even when mail couldn't be sent when in non-production mode
- increase reminder count even when mail couldn't be sent when in non-production mode
- 05:26 AM Bug #245 (Closed): The reminder counter is not reset after the user confirms
- Fixed for 1.2.1
- 04:51 AM Revision 679: set version 1.2.1
- set version 1.2.1
- 04:41 AM Revision 678: link against cid stable monkeys lib branch
- link against cid stable monkeys lib branch
03/08/2010
- 04:11 PM Revision 677: Update the Changelog for the 1.2.1 release
- Update the Changelog for the 1.2.1 release
- 04:01 PM Revision 676: Update the Changelog for the 1.2.1 release
- Update the Changelog for the 1.2.1 release
03/01/2010
- 04:54 PM Revision 675: added ability to blacklist usernames through regex in the config file
- added ability to blacklist usernames through regex in the config file
- 04:53 PM Feature #163 (Closed): Username blacklist
- Done for 2.0.0.beta1, in a more general way through a regex.
- 03:52 PM Feature #169 (Duplicated): New config section (web-based, not config.php) to add restrictions to ...
- Sort of duplicate of #180 When/if we decide to do web-based config instead of file-based config, we should do it for most settings, not just pwd.
02/26/2010
- 11:20 PM Revision 674: I forgot to declare a class member
- I forgot to declare a class member
- 11:17 PM Revision 673: only create default profile when adding a new user
- only create default profile when adding a new user
- 11:04 PM Revision 672: ammended new relative location of APP_DIR
- ammended new relative location of APP_DIR
- 11:01 PM Revision 671: re-added .htaccess file
- re-added .htaccess file
- 10:58 PM Revision 670: set WEB_DIR equal to APP_DIR
- set WEB_DIR equal to APP_DIR
- 10:52 PM Revision 669: getting rid of webdir directory...
- getting rid of webdir directory...
- 10:51 PM Revision 668: getting rid of webdir directory...
- getting rid of webdir directory...
- 10:50 PM Revision 667: getting rid of webdir directory...
- getting rid of webdir directory...
- 10:49 PM Revision 666: getting rid of webdir directory...
- getting rid of webdir directory...
- 10:45 PM Revision 665: changed default location of log file
- changed default location of log file
- 10:32 PM Revision 664: moved utilities dir to a separate branch
- moved utilities dir to a separate branch
- 10:31 PM Revision 663: moved IIS and lighty mod_rewrite config instructions out of the utilities directory
- moved IIS and lighty mod_rewrite config instructions out of the utilities directory
- 10:28 PM Revision 662: moved tests to a separate branch
- moved tests to a separate branch
- 10:25 PM Revision 661: moved scripts dir to a separate branch
- moved scripts dir to a separate branch
02/25/2010
- 11:13 PM Feature #253: Validate the users without leaving the consumer page
- This is already addressed in the OpenID spec, and it's known as Immediate Requests, which we do support. Facebook's OpenID client uses this for example, through a popup.
- 08:08 PM Feature #253: Validate the users without leaving the consumer page
- I know it is not an openid functionality but it would be great to add the possibility to enable other sites to validate the users without leaving the page , maybe an rpc or a iframe form , i think it would make the user experience more friendly an...
02/23/2010
- 03:45 PM Support #148: Install problem on Suse 11
- By looking at the error log line you provided, it looks like the server is mapping http://www.cyberarmy.com/openid/ to /var/www/openid/ However the apache config snippet you posted refers to /var/communityid ...
- 01:43 PM Feature #180 (Closed): Password strength
- Done for 2.0.0.beta1
- 01:43 PM Revision 660: Check passwords against dictionary, username, minimum length, include numbers, incl...
- Check passwords against dictionary, username, minimum length, include numbers, include symbols and include upper and lower case chars. Applied to Registration form, change password form and nnew user form
- 11:52 AM Feature #249: restrict allowed email domains on registration
- This is not the most elegant solution but works for me for the time being. Edited file : $COMMUNITY-ID/modules/users/controllers/RegisterController.php public function saveAction() { $form = new Users_Form_Register(null, $t...
02/22/2010
- 10:26 PM Revision 659: always include the default config file before the generated config file, so that ev...
- always include the default config file before the generated config file, so that every config directive has at least its default value set
- 06:58 PM Support #148: Install problem on Suse 11
- hey, im getting the same error apache error.log tells me [Mon Feb 22 17:48:02 2010] [error] [client 99.235.80.235] File does not exist: /var/www/openid/install, referer: http://www.cyberarmy.com/openid/ i have set production to false, ho...
- 03:51 PM Revision 658: Implemented enforcement of max_auth_age PAPE parameter. If user hasn't logged in in...
- Implemented enforcement of max_auth_age PAPE parameter. If user hasn't logged in in less than max_auth_age seconds, then he is forced to authenticate again
02/21/2010
- 10:50 AM Feature #251: Yubikey support for C-ID
- We are working on it and the next release from C-ID will be the 2.0.0. Anthony Leto wrote: > I am looking for a solution that will use Yubikey as currently it is a standard use in my company. Yubikey in my opinion provides a better IT Managem...
02/20/2010
- 08:13 PM Feature #251: Yubikey support for C-ID
- I am looking for a solution that will use Yubikey as currently it is a standard use in my company. Yubikey in my opinion provides a better IT Management and User Experience. Also as a side note a lot of companies in the energy industry and defense...
- 12:34 AM Revision 657: mark timestamp of a user's last log-in, to implemente fullfilment of auth_time fiel...
- mark timestamp of a user's last log-in, to implemente fullfilment of auth_time field in PAPE responses
02/19/2010
- 11:37 PM Revision 656: show loading message when loading profile info during openid authentication
- show loading message when loading profile info during openid authentication
- 11:37 PM Revision 655: ignore simple registration extension request for sites that are already trusted
- ignore simple registration extension request for sites that are already trusted
Also available in: Atom