BellevueCollege / wordpress-cas-client

A CAS client plugin for Wordpress sites, forked from http://wordpress.org/support/plugin/wpcas-w-ldap
GNU General Public License v2.0
11 stars 8 forks source link

Plugin stores configuration under "wpcasldap" #43

Open jonathanwindle-zz opened 11 years ago

jonathanwindle-zz commented 11 years ago

Problem

Currently all plugin configuration options are stored in the WordPress database with the prefix of "wpcasldap_". This appears to be the same prefix the previous plugin used where we forked the code from. Because of this if both plugins are installed they will likely override each others settings.

Solution

The plugin should be updated to store it's configuration options with a prefix that is unique. The prefix of wpcasclient_ or casclient_ seem more appropriate given the plugin name.

Related

This task should be completed before finishing issue #6.