blob: fc280734fd644d31dc7742d26d9a998996eea914 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-webteam] [Bug 742] User details form is difficult to understand if you don't know LDAP attributes
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-webteam%40mageia.org?Subject=Re%3A%20%5BMageia-webteam%5D%20%5BBug%20742%5D%20User%20details%20form%20is%20difficult%20to%0A%20understand%20if%20you%20don%27t%20know%20LDAP%20attributes&In-Reply-To=%3C20110418061849.2181842952%40alamut.mageia.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="000679.html">
<LINK REL="Next" HREF="000722.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-webteam] [Bug 742] User details form is difficult to understand if you don't know LDAP attributes</H1>
<B>Buchan Milne</B>
<A HREF="mailto:mageia-webteam%40mageia.org?Subject=Re%3A%20%5BMageia-webteam%5D%20%5BBug%20742%5D%20User%20details%20form%20is%20difficult%20to%0A%20understand%20if%20you%20don%27t%20know%20LDAP%20attributes&In-Reply-To=%3C20110418061849.2181842952%40alamut.mageia.org%3E"
TITLE="[Mageia-webteam] [Bug 742] User details form is difficult to understand if you don't know LDAP attributes">bugzilla-daemon at mageia.org
</A><BR>
<I>Mon Apr 18 08:18:49 CEST 2011</I>
<P><UL>
<LI>Previous message: <A HREF="000679.html">[Mageia-webteam] [Bug 742] [New] New user form is difficult to understand if you don't know LDAP keywords
</A></li>
<LI>Next message: <A HREF="000722.html">[Mageia-webteam] [Bug 742] User details form is difficult to understand if you don't know LDAP attributes
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#721">[ date ]</a>
<a href="thread.html#721">[ thread ]</a>
<a href="subject.html#721">[ subject ]</a>
<a href="author.html#721">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE><A HREF="https://bugs.mageia.org/show_bug.cgi?id=742">https://bugs.mageia.org/show_bug.cgi?id=742</A>
Buchan Milne <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-webteam">bgmilne at mageia.org</A>> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|New user form is difficult |User details form is
|to understand if you don't |difficult to understand if
|know LDAP keywords |you don't know LDAP
| |attributes
CC| |<A HREF="https://www.mageia.org/mailman/listinfo/mageia-webteam">bgmilne at mageia.org</A>
--- Comment #1 from Buchan Milne <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-webteam">bgmilne at mageia.org</A>> 2011-04-18 08:18:47 UTC ---
I assume you actually mean the form where a user can edit their details after
they have completed registration (<A HREF="https://identity.mageia.org/user">https://identity.mageia.org/user</A>), not the
registration form itself (<A HREF="https://identity.mageia.org/register">https://identity.mageia.org/register</A>).
I have tried to make this interface relatively generic (as I have a few
non-Mageia use cases for this software). For example, we just use a list of
attributes to display (which is configurable in the config file).
I would prefer not to go and write a more "static" list with different names.
The first option I considered was to use the attribute description as a
mouseover, but then you have descriptions like this:
attributetype ( 2.5.4.42 NAME ( 'givenName' 'gn' )
DESC 'RFC2256: first name(s) for which the entity is known by'
SUP name )
The other option would be to (ab)use the i18n support, make all the attribute
names localised, and provide "translations" for the attribute names.
--
Configure bugmail: <A HREF="https://bugs.mageia.org/userprefs.cgi?tab=email">https://bugs.mageia.org/userprefs.cgi?tab=email</A>
------- You are receiving this mail because: -------
You are the assignee for the bug.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="000679.html">[Mageia-webteam] [Bug 742] [New] New user form is difficult to understand if you don't know LDAP keywords
</A></li>
<LI>Next message: <A HREF="000722.html">[Mageia-webteam] [Bug 742] User details form is difficult to understand if you don't know LDAP attributes
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#721">[ date ]</a>
<a href="thread.html#721">[ thread ]</a>
<a href="subject.html#721">[ subject ]</a>
<a href="author.html#721">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-webteam">More information about the Mageia-webteam
mailing list</a><br>
</body></html>
|