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">
|
2011-04-05 17:05:01 +02:00
|
|
|
<!-- $Id$ -->
|
|
|
|
<overlay>
|
2014-11-20 14:53:30 +01:00
|
|
|
<template id="admin.passwordreset" template="" lang="" group="0" version="14.1">
|
2011-04-05 17:05:01 +02:00
|
|
|
<grid>
|
|
|
|
<columns>
|
|
|
|
<column/>
|
|
|
|
<column/>
|
2013-04-05 16:13:41 +02:00
|
|
|
<column/>
|
2011-04-05 17:05:01 +02:00
|
|
|
</columns>
|
|
|
|
<rows>
|
|
|
|
<row>
|
|
|
|
<description value="Select users"/>
|
|
|
|
<description/>
|
|
|
|
</row>
|
|
|
|
<row>
|
2013-04-05 15:08:08 +02:00
|
|
|
<listbox type="select-account" id="users" rows="15"/>
|
2011-04-05 17:05:01 +02:00
|
|
|
<description/>
|
|
|
|
</row>
|
|
|
|
<row>
|
2015-07-01 20:35:24 +02:00
|
|
|
<groupbox id="actions">
|
2011-04-05 17:05:01 +02:00
|
|
|
<caption label="Actions"/>
|
|
|
|
<checkbox label="Set a random password" id="random_pw"/>
|
|
|
|
<menulist>
|
2015-07-01 20:35:24 +02:00
|
|
|
<menupopup type="select-bool" label="Must change password upon next login" id="mustchangepassword" options="Leave unchanged"/>
|
2011-04-05 17:05:01 +02:00
|
|
|
</menulist>
|
|
|
|
<menulist>
|
2013-04-05 15:08:08 +02:00
|
|
|
<menupopup type="select-bool" label="Can change password" id="changepassword" onchange="var mustchange=document.getElementById(form::name('mustchangepassword')); if (this.value=='0' && mustchange.value) mustchange.value='0';" options="Leave unchanged"/>
|
2011-04-05 17:05:01 +02:00
|
|
|
</menulist>
|
2014-11-20 14:53:30 +01:00
|
|
|
<hbox>
|
2011-04-05 17:05:01 +02:00
|
|
|
<menulist>
|
2013-04-05 15:08:08 +02:00
|
|
|
<menupopup label="Change password hash to" id="hash" options="Leave unchanged"/>
|
2011-04-05 17:05:01 +02:00
|
|
|
</menulist>
|
2018-01-30 00:31:58 +01:00
|
|
|
<textbox label="Current hash" id="current_hash" readonly="true" class="leftPad5"/>
|
2011-04-05 17:05:01 +02:00
|
|
|
</hbox>
|
|
|
|
<checkbox label="Notify user by email" id="notify"/>
|
2013-04-05 15:08:08 +02:00
|
|
|
<hbox>
|
|
|
|
<menulist>
|
2013-04-05 16:13:41 +02:00
|
|
|
<menupopup label="Mail account" id="mail[activate]" options="Leave unchanged"/>
|
2013-04-05 15:08:08 +02:00
|
|
|
</menulist>
|
2019-08-27 23:43:58 +02:00
|
|
|
<textbox type="integer" statustext="empty to NOT change" label="Quota (MB)" id="mail[quota]"/>
|
|
|
|
<textbox statustext="change domain of email address and aliases" label="Domain" id="mail[domain]" validator="/^([a-z0-9]+([._-]{1}[a-z0-9]+)+)?$/i"/>
|
2013-04-05 15:08:08 +02:00
|
|
|
</hbox>
|
2011-04-05 17:05:01 +02:00
|
|
|
</groupbox>
|
|
|
|
<description/>
|
|
|
|
</row>
|
|
|
|
<row valign="top">
|
|
|
|
<groupbox>
|
|
|
|
<caption label="Notification mail"/>
|
2014-11-20 14:53:30 +01:00
|
|
|
<textbox blur="Subject" id="subject" size="64" class="et2_fullWidth"/>
|
|
|
|
<textbox multiline="true" id="body" rows="15" cols="64" class="et2_fullWidth"/>
|
2011-04-05 17:05:01 +02:00
|
|
|
</groupbox>
|
|
|
|
<vbox>
|
2013-04-05 15:08:08 +02:00
|
|
|
<description value="Available placeholders" class="gray"/>
|
2011-04-05 17:05:01 +02:00
|
|
|
<grid id="replacements">
|
|
|
|
<columns>
|
|
|
|
<column/>
|
|
|
|
<column/>
|
|
|
|
</columns>
|
|
|
|
<rows>
|
|
|
|
<row>
|
|
|
|
<description id="${row}[name]"/>
|
|
|
|
<description id="${row}[label]"/>
|
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
</vbox>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<button label="Start" id="start"/>
|
2015-07-01 20:35:24 +02:00
|
|
|
<buttononly label="Download CSV" id="download_csv" onclick="widget.getInstanceManager().postSubmit()"/>
|
2011-04-05 17:05:01 +02:00
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
</template>
|
2015-02-17 10:55:05 +01:00
|
|
|
</overlay>
|