2015-02-17 10:55:05 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-02-01 09:59:37 +01:00
|
|
|
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2//EN" "http://www.egroupware.org/etemplate2.dtd">
|
2014-03-17 16:28:20 +01:00
|
|
|
<!-- $Id$ -->
|
|
|
|
<overlay>
|
|
|
|
<template id="admin.account" template="" lang="" group="0" version="1.9.003">
|
|
|
|
<grid width="100%" height="200">
|
|
|
|
<columns>
|
2016-04-11 09:44:49 +02:00
|
|
|
<column width="92"/>
|
|
|
|
<column width="230"/>
|
|
|
|
<column width="50"/>
|
|
|
|
<column width="92"/>
|
|
|
|
<column width="230"/>
|
|
|
|
<column width="50"/>
|
2014-03-17 16:28:20 +01:00
|
|
|
</columns>
|
|
|
|
<rows>
|
|
|
|
<row>
|
|
|
|
<description value="Login ID" for="account_lid"/>
|
2014-03-28 17:56:35 +01:00
|
|
|
<textbox id="account_lid" class="et2_fullWidth" onchange="app.addressbook.account_change" needed="true"/>
|
2014-03-17 16:28:20 +01:00
|
|
|
<description/>
|
|
|
|
<description value="Expires" for="account_expires"/>
|
|
|
|
<hbox>
|
|
|
|
<date id="account_expires"/>
|
|
|
|
<checkbox id="account_status" selected_value="A" label="Account active"/>
|
|
|
|
</hbox>
|
|
|
|
<description/>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<description value="Password" for="account_passwd"/>
|
2016-08-12 13:46:30 +02:00
|
|
|
<passwd id="account_passwd" class="et2_fullWidth" onchange="app.addressbook.account_change"/>
|
2014-03-17 16:28:20 +01:00
|
|
|
<description/>
|
2014-03-28 17:56:35 +01:00
|
|
|
<description value="Re-enter password" for="account_passwd_2"/>
|
|
|
|
<passwd id="account_passwd_2" class="et2_fullWidth" onchange="app.addressbook.account_change"/>
|
2014-03-17 16:28:20 +01:00
|
|
|
<description/>
|
|
|
|
</row>
|
|
|
|
<row valign="top">
|
|
|
|
<description/>
|
2016-04-11 09:44:49 +02:00
|
|
|
<vbox>
|
2014-03-17 16:28:20 +01:00
|
|
|
<checkbox id="mustchangepassword" label="Must change password upon next login"/>
|
|
|
|
<checkbox id="changepassword" label="Can change password"/>
|
|
|
|
</vbox>
|
2016-04-11 09:44:49 +02:00
|
|
|
<description/>
|
|
|
|
<description/>
|
2014-03-17 16:28:20 +01:00
|
|
|
<checkbox id="anonymous" label="Anonymous user. Not shown in list sessions."/>
|
|
|
|
<description/>
|
|
|
|
</row>
|
2014-03-27 20:00:52 +01:00
|
|
|
<row disabled="!@ldap_extra_attributes">
|
|
|
|
<description value="Home directory" for="homedirectory"/>
|
2014-09-06 11:56:51 +02:00
|
|
|
<textbox id="homedirectory" class="et2_fullWidth"/>
|
2014-03-27 20:00:52 +01:00
|
|
|
<description/>
|
|
|
|
<description value="Login shell" for="loginshell"/>
|
2014-10-21 10:58:08 +02:00
|
|
|
<textbox id="loginshell" class="et2_fullWidth"/>
|
2014-03-27 20:00:52 +01:00
|
|
|
<description/>
|
|
|
|
</row>
|
2014-03-17 16:28:20 +01:00
|
|
|
<row>
|
|
|
|
<description value="Primary group" for="account_primary_group"/>
|
|
|
|
<select-account id="account_primary_group" account_type="groups" class="et2_fullWidth"/>
|
|
|
|
<description/>
|
2014-03-18 16:10:57 +01:00
|
|
|
<description/>
|
|
|
|
<description/>
|
|
|
|
<description/>
|
2014-03-17 16:28:20 +01:00
|
|
|
</row>
|
|
|
|
<row>
|
2014-03-18 16:10:57 +01:00
|
|
|
<description value="Groups" for="groups"/>
|
2014-03-27 20:00:52 +01:00
|
|
|
<select-account account_type="groups" id="memberships" multiple="true" class="et2_fullWidth" span="4" tags="true"/>
|
2014-03-18 16:10:57 +01:00
|
|
|
<description/>
|
|
|
|
</row>
|
|
|
|
<row disabled="!@account_id">
|
2014-03-17 16:28:20 +01:00
|
|
|
<description value="Last login"/>
|
|
|
|
<hbox>
|
|
|
|
<date-time id="account_lastlogin" readonly="true"/>
|
|
|
|
<description id="account_lastloginfrom" readonly="true" align="right"/>
|
|
|
|
</hbox>
|
|
|
|
<description/>
|
|
|
|
<description value="Last password change"/>
|
|
|
|
<date-time id="account_lastpwd_change" readonly="true"/>
|
|
|
|
<description/>
|
2016-08-12 13:46:30 +02:00
|
|
|
</row>
|
2014-03-17 16:28:20 +01:00
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
</template>
|
2015-02-17 10:55:05 +01:00
|
|
|
</overlay>
|