*** sorry for the hml ************
Hi Scott,
I noticed a thing or two so here is a batch of what i found :
1/ when you create an end user it ask you for an email for this end
user. The email is created but if you choose something different from
the username@domain it ALSO create the username@domain adress even if
we specificaly changed it in the form. I think this is wrong, it should
only create the one we created.
2/ i have plenty of users that do not have a square at their left in
the userlist, can you tell me what can prevent this square from
appearing in the mail and in the site/user list ?
in the site list it seems to behave differently when the domain admin
is not allowed to create users or when it is.
in the user it seems the domainadmin do not have them.
3/ i have users that are domainadmin but, as they were imported, are
not linked to their site. They are linked to the server's hostname.
If i switch them and link them to the right website they appear with
the wo domains : the hostname AND their domain.
I wanted to just switch them from the hostname to their website but it
add the domain instead of replacing it.
Is it possible to change this ? (this is ftp account imported from a
vs v1 not created with cpx).
Display Users of
All Admins
afpi
bonnans
cfai
fidest1
itiipaca
power
powera
projetinc
somap
somupaca
uimm
for
All Domains
afpiprovence.asso.fr
bonnans.fr
cfaiprovence.asso.fr
fidest.org
inc.power01.adn-services.com
itiipaca.asso.fr
montenon.com
power01.adn-services.com
somap.fr
somupaca.fr
uimmprovence.fr
var admins = new Object();
var domains = new Array();
var all_domains_txt = "All Domains";
var selected_domain = "";
function add_domain(admin, name) {
domains[domains.length] = name;
if (!admins[admin]) {
admins[admin] = new Array();
}
admins[admin][ admins[admin].length ] = name;
}
function set_domains(admin) {
var domains_select = document.forms[0].select_domain;
domains_select.options.length = 0;
var option = new Option(all_domains_txt, "");
domains_select.options[0] = option;
var domains_array;
if (admin == "") {
domains_array = domains;
} else {
domains_array = admins[admin];
}
var found = 0;
for (var i = 0; i < domains_array.length; i++) {
option = new Option(domains_array[i], domains_array[i]);
if (domains_array[i] == selected_domain) {
found = i + 1;
}
domains_select.options[i + 1] = option;
}
domains_select.options[found].selected = true;
}
add_domain("afpi", "afpiprovence.asso.fr");
add_domain("bonnans", "bonnans.fr");
add_domain("cfai", "cfaiprovence.asso.fr");
add_domain("fidest1", "fidest.org");
add_domain("projetinc", "inc.power01.adn-services.com");
add_domain("itiipaca", "itiipaca.asso.fr");
add_domain("power", "montenon.com");
add_domain("www", "power01.adn-services.com");
add_domain("somap", "somap.fr");
add_domain("somupaca", "somupaca.fr");
add_domain("uimm", "uimmprovence.fr");
set_domains("");
|
|
|
afpi |
hostname.ofthevps.com
yesforsure.asso.fr
|
Domain Admin |
enabled |
30 MB |
9.3%
|
properties
| disable
| delete |
4/ email lists. When you create a mail adress that is a list i think
that one email per line is a lot more readable than each email followed
by a comma.
5/ email list : in the email adress list of the admin panel if you
have a list of 24 mail setup on an email then the page extend to the
right so all the list is on one line. For people using lists it make
the panel hard to read. I should be possible to warp the list and make
it appear on several lines.
|
Gifas@xxxxxxxxxxxxxxx |
Deliver mail to: |
t.lhsqlkfh.com@xxxxxxxxxxxxxxx,f.miretti@xxxxxxxxxxxxxxx,m.regne@xxxxxxxxxxxxxxx,a.pellegrino@xxxxxxxxxxxxxxx,p.rimont@xxxxxxxxxxxxxxx,pma.commercial@xxxxxxxxxxxxxxx,prodem.commercial@xxxxxxxxxxxxxxx,h.scudier@xxxxxxxxxxxxxxx,mt.mogin@xxxxxxxxxxxxxxx,p.maurel@xxxxxxxxxxxxxxx,m.jaudon@xxxxxxxxxx
om.fr,p.zaepffel@xxxxxxxxxxxxxxx,d.gonzalez@xxxxxxxxxxxxxxx,jl.lanquy@xxxxxxxxxxxxxxx,y.marcel@xxxxxxxxxxxxxxx,e.castellan@xxxxxxxxxxxxxxx,c.duclos@xxxxxxxxxxxxxxx,y.vigier@xxxxxxxxxxxxxxx,t.cotelle@xxxxxxxxxxxxxxx,v.simonet@xxxxxxxxxxxxxxx,d.arcin@xxxxxxxxxxxxxxx,a.marrel@xxxxxxxxxxxxxxx,p.fener@xxxxxxxxxxxxxxx,b.baquey@xxxxxxxxxxxxxxx |
edit
| delete
|
you see ? :)
best regards,
Ghislain.
|