ShawnClake / UserExtended

An extension to the existing RainLab.User plugin for OctoberCMS
http://octobercms.com/plugin/clake-userextended
GNU General Public License v3.0
23 stars 12 forks source link

Add settings for security and privacy #83

Open ShawnClake opened 7 years ago

ShawnClake commented 7 years ago

Add settings for encrypting:

These settings should default to false for app speed and backwards compatability

Add user settings for privacy:

For these settings, use an octal encoding. Each digit has a possible 8 states which corresponds to Friend, Anyone, Myself and leaves room for more options in the future. Then, this can be stored as an integer in the DB.

ShawnClake commented 7 years ago

Built the seeder for adding user dynamic settings fields for this