Line 1: |
Line 1: |
| {{Languages}} | | {{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| {{lc: {{#titleparts: {{BASEPAGENAME}} |1}} }} }} |
| + | {{#vardefine:smecontribname| smeserver-{{lc: {{#titleparts: {{BASEPAGENAME}} |1}} }} }} |
| + | <!-- we define the language --> |
| + | {{#vardefine:lang| {{lc: {{#titleparts: {{PAGENAME}} | | -1}} }} |en }} |
| + | |
| + | {{Infobox contribs |
| + | |name={{#var:contribname}} |
| + | |image= |
| + | |description_image= {{#var:contribname}} logo |
| + | |maintainer= VIP-ire |
| + | |licence= MIT |
| + | |url= |
| + | |category= administration |
| + | |tags=password,expire,account |
| + | }} |
| | | |
| ===Maintainer=== | | ===Maintainer=== |
Line 20: |
Line 37: |
| | | |
| === Installation === | | === Installation === |
− | ==== For SME 9 ==== | + | <tabs container><tab name="For SME 10"> |
| + | yum install smeserver-expire-accounts |
| + | </tab> |
| + | <tab name="For SME 9"> |
| yum --enablerepo=fws install smeserver-expire-accounts | | yum --enablerepo=fws install smeserver-expire-accounts |
| + | </tab> |
| + | </tabs> |
| | | |
| === Configuration === | | === Configuration === |
Line 30: |
Line 52: |
| *How often is the admin (and optionally the user) reminded about the expiry. Eg if you set 5 admin and users will be notified every 5 days until the account expire | | *How often is the admin (and optionally the user) reminded about the expiry. Eg if you set 5 admin and users will be notified every 5 days until the account expire |
| *Admin recipient: the default is to send expiry notifications to the admin, but you can set a different email address here | | *Admin recipient: the default is to send expiry notifications to the admin, but you can set a different email address here |
| + | === Uninstall === |
| + | yum remove {{#var:smecontribname}} |
| + | |
| + | === Bugs === |
| + | Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=|component=|title= 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.}} |
| + | |
| + | ===Changelog=== |
| + | Only released version in smecontrib are listed here. |
| + | |
| + | {{ #smechangelog: {{#var:smecontribname}} }} |
| | | |
| [[Category:Contrib]] | | [[Category:Contrib]] |
| + | <!-- Please keep there the template revision number as is --> |
| + | [[contribtemplate::2| ]] |