Line 1: |
Line 1: |
| + | {{Languages}} |
| + | <!-- here we define the contrib name variable --> |
| + | <!-- we get the page title, remove suffix for translated version; if needed you can define there with the value you want--> |
| + | {{#vardefine:contribname| userpanel }} |
| + | {{#vardefine:smecontribname| smeserver-{{#var:contribname}} }} |
| + | <!-- we define the language --> |
| + | {{#vardefine:lang| {{lc: {{#titleparts: {{PAGENAME}} | | -1}} }} |en }} |
| + | {{Infobox contribs |
| + | |name={{#var:contribname}} |
| + | |image={{#var:contribname}}.jpg |
| + | |description_image= {{#var:contribname}} logo |
| + | |maintainer= |
| + | |licence= |
| + | |url= |
| + | |category= Contrib |
| + | |tags=user,panel,manager |
| + | }} |
| + | |
| ==User Manager== | | ==User Manager== |
| + | |
| + | === Version === |
| + | <!-- keep this first element as is, you can add some if needed --> |
| + | {{#smeversion: {{#var:smecontribname}} }} |
| + | {{#smeversion: smeserver-userpanels }} |
| + | |
| ===Installation=== | | ===Installation=== |
| * For sme8 | | * For sme8 |
Line 10: |
Line 34: |
| signal-event conf-userpanel | | signal-event conf-userpanel |
| | | |
− | {{note box|Panels are in separate rpms]}} | + | {{note box|Panels are in separate rpms}} |
| | | |
− | server-manager > remote access > user panel access | + | server-manager > security > user panel access |
| | | |
| The User Manager has two functions. | | The User Manager has two functions. |
Line 21: |
Line 45: |
| | | |
| {{Note box|There is another contribs, named [[Groupmembers_Panel]], wich provides a modified groups panel to be used together with the UserManager contrib. In this panel only the members of the groups can be changed. All other functions like create, delete and editing the description are removed. The maintenance of groups can be delegated to normal users without the risk that they inadvertently delete groups.}} | | {{Note box|There is another contribs, named [[Groupmembers_Panel]], wich provides a modified groups panel to be used together with the UserManager contrib. In this panel only the members of the groups can be changed. All other functions like create, delete and editing the description are removed. The maintenance of groups can be delegated to normal users without the risk that they inadvertently delete groups.}} |
| + | |
| ===Delegation=== | | ===Delegation=== |
| | | |
Line 41: |
Line 66: |
| <nowiki>https://www.yourserver.net/user</nowiki><br> | | <nowiki>https://www.yourserver.net/user</nowiki><br> |
| '''Note, the s in https''' | | '''Note, the s in https''' |
| + | |
| + | * /user alias |
| + | If <nowiki>https://www.yourserver.net/user</nowiki> is already used by another application it is possible to define another alias<br> |
| + | config set UserPanelAlias new-alias |
| + | signal-event conf-userpanel |
| + | and use <nowiki>https://www.yourserver.net/new-alias</nowiki> |
| + | |
| + | To cancel this alias : |
| + | config delete UserPanelAlias |
| + | signal-event conf-userpanel |
| + | <nowiki>https://www.yourserver.net/user</nowiki> is available again. |
| | | |
| {{note box|msg=A log out menu is present now in the user-manager and the name of user logged is displayed also. Some time when you log out you can see Two frames with two login box, see [[bugzilla:8026]].You simply need to refresh the web page by pressing F5 or ctrl+F5 key.}} | | {{note box|msg=A log out menu is present now in the user-manager and the name of user logged is displayed also. Some time when you log out you can see Two frames with two login box, see [[bugzilla:8026]].You simply need to refresh the web page by pressing F5 or ctrl+F5 key.}} |
Line 69: |
Line 105: |
| see [[:Remoteuseraccess]] | | see [[:Remoteuseraccess]] |
| | | |
− | ====Change password==== | + | ====Userpanels==== |
| + | |
| + | =====Change password===== |
| yum --enablerepo=smecontribs install smeserver-userpanels | | yum --enablerepo=smecontribs install smeserver-userpanels |
| | | |
Line 81: |
Line 119: |
| Panel name to delegate 'userpanel-password' | | Panel name to delegate 'userpanel-password' |
| | | |
− | ====Forward Mail==== | + | =====Forward Mail===== |
| yum --enablerepo=smecontribs install smeserver-userpanels | | yum --enablerepo=smecontribs install smeserver-userpanels |
| | | |
Line 97: |
Line 135: |
| Panel name to delegate 'userpanel-forwarding' | | Panel name to delegate 'userpanel-forwarding' |
| | | |
− | ====Data Backup==== | + | =====Data Backup===== |
| yum --enablerepo=smecontribs install smeserver-userpanels | | yum --enablerepo=smecontribs install smeserver-userpanels |
| | | |
Line 119: |
Line 157: |
| Panel name to delegate 'userpanel-backup' | | Panel name to delegate 'userpanel-backup' |
| | | |
− | ====Restricted user creation==== | + | =====Restricted user creation===== |
| yum --enablerepo=smecontribs install smeserver-userpanels | | yum --enablerepo=smecontribs install smeserver-userpanels |
| | | |
Line 138: |
Line 176: |
| db accounts show groupLimit | | db accounts show groupLimit |
| | | |
| + | ===Uninstall=== |
| + | * For sme8 |
| + | yum remove smeserver-userpanel |
| + | signal-event post-upgrade; signal-event reboot |
| + | |
| + | === Bugs === |
| + | Please raise bugs under the SME-Contribs section in [http://bugs.contribs.org/enter_bug.cgi bugzilla] |
| + | and select the {{#var:smecontribname}} component or use {{BugzillaFileBug|product=SME%20Contribs|component={{#var:smecontribname}}|title=this link}} |
| + | |
| + | Below is an overview of the current issues for this contrib:{{#bugzilla:columns=id,product,version,status,summary|sort=id|order=desc|component={{#var:smecontribname}} |noresultsmessage=No open bugs found.}} |
| + | |
| + | |
| + | Please raise bugs under the SME-Contribs section in [http://bugs.contribs.org/enter_bug.cgi bugzilla] |
| + | and select the {{#var:smecontribname}}s component or use {{BugzillaFileBug|product=SME%20Contribs|component={{#var:smecontribname}}s|title=this link}} |
| + | |
| + | Below is an overview of the current issues for this contrib:{{#bugzilla:columns=id,product,version,status,summary|sort=id|order=desc|component={{#var:smecontribname}}s |noresultsmessage=No open bugs found.}} |
| | | |
| + | ===Changelog=== |
| + | Only released version in smecontrib are listed here. |
| + | ===={{#var:smecontribname}}==== |
| + | {{#smechangelog: {{#var:smecontribname}} }} |
| | | |
| + | ===={{#var:smecontribname}}s==== |
| + | {{#smechangelog: {{#var:smecontribname}}s }} |
| | | |
| [[Category: Contrib]] | | [[Category: Contrib]] |