1. cgeorge
  2. Support
  3. Saturday, January 29 2022, 08:41 PM
Dear JSN Project Team,

is it possible to change the visibility of the adress data for every already registered member to "private"?

Best regards and thanks in advance,
Christopher
admin Accepted Answer
Admin
Hi,
if you use privacy then for each field you can set the default privacy.

If you want that a field is always private then you can set for the field the "visibility for" parameter to special, with this only the owner and administrators can show the field data.
  1. more than a month ago
  2. Support
  3. # 1
cgeorge Accepted Answer
Content Protected
  1. more than a month ago
  2. Support
  3. # 2
admin Accepted Answer
Admin
Hi,
this is not possible natively, anyway you can reset password configuration for all members with a simple query (launched with a tool like phpMyAdmin) like:
UPDATE #__jsn_users SET privacy = "" WHERE id > 0

With this all settings will be restored to default value.

NOTE: before make a query like this that affect all rows we recommend to make a backup of the DB table
  1. more than a month ago
  2. Support
  3. # 3
cgeorge Accepted Answer
Thank you very much, that worked!!
  1. more than a month ago
  2. Support
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.