[Rt-commit] rt branch, 4.4/create-GRPR-POD, repushed

Craig Kaiser craig at bestpractical.com
Wed Dec 19 13:05:20 EST 2018


The branch 4.4/create-GRPR-POD was deleted and repushed:
       was 4cd26168f45090c6a18e409c26a1a340f62cf323
       now ded104697d26aea8231b2906ad5c216baa94106a

1: 4cd26168f4 ! 1: ded104697d Create pod file for GDPR documentation
    @@ -33,6 +33,39 @@
     +
     +This defines the right of users to have access to their data in a software system managed by a company
     +or service provider.
    ++
    ++=cut
    ++
    ++=head2 Self Service Users
    ++
    ++Show self service users the information RT has stored on their user record on the Prefs page.
    ++Use the C<Set($SelfServiceUserPrefs, "brief")> config option to set what rights the self service users have.
    ++
    ++=over
    ++
    ++=item C<edit-prefs> (the default)
    ++
    ++When set to C<edit-prefs>, self service users will be able to update
    ++their Timezone and Language preference and update their password.
    ++This is the default behavior of RT.
    ++
    ++=item C<view-info>
    ++
    ++When set to C<view-info>, users will have full access to all their
    ++user information stored in RT on a read-only page.
    ++
    ++=item C<edit-prefs-view-info>
    ++
    ++When set to C<edit-prefs-view-info>, users will have full access as in
    ++the C<view-info> option, but also will be able to update their Locale
    ++and password as in the default C<edit-prefs> option.
    ++
    ++=item C<full-edit>
    ++
    ++When set to C<full-edit>, users will be able to fully view and update
    ++all of their stored RT user information.
    ++
    ++=back
     +
     +=cut
     +



More information about the rt-commit mailing list