Make the none nid format the default

git-svn-id: svn://localhost/lasso-conform/trunk@43 2a3a78c3-912c-0410-af21-e1fb2d1df599
This commit is contained in:
bdauvergne 2010-12-14 10:03:47 +00:00
parent 369f7a95d5
commit c21e454530
1 changed files with 3 additions and 3 deletions

View File

@ -169,11 +169,11 @@ class RootDirectory(Directory):
title = _('Allow new federation'))
form.add(SingleSelectWidget, 'nid_format',
title = _('Name Identifier Format'),
options = [('persistent', _('Persistent')),
options = [('none', _('(none)')),
('persistent', _('Persistent')),
('transient', _('Transient')),
('encrypted', _('Encrypted')),
('email', _('Email')),
('none', _('(none)'))])
('email', _('Email')), ])
form.add(StringWidget, 'affiliation', title = _('Affiliation'))
form.add(SingleSelectWidget, 'consent',
title = _('Consent'),