Subversion Repositories oidplus

Rev

Rev 475 | Rev 486 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 475 Rev 476
Line 11... Line 11...
11
	* Give the ability to enable/disable RA uploading/deleting
11
	* Give the ability to enable/disable RA uploading/deleting
12
	  (Alternatively they need to do it in the configuration module and enter '0' and '1' by hand)
12
	  (Alternatively they need to do it in the configuration module and enter '0' and '1' by hand)
13
- Make a plugin that shows warning from plugins (via "feature-interface"), e.g. the registration plugin could warn that CURL is not working correctly etc.
13
- Make a plugin that shows warning from plugins (via "feature-interface"), e.g. the registration plugin could warn that CURL is not working correctly etc.
14
	But it should also have JavaScript components, e.g. check if dev/ and other confidential folders can be accessed (see code in setup/)
14
	But it should also have JavaScript components, e.g. check if dev/ and other confidential folders can be accessed (see code in setup/)
15
- Excel/CSV import tool for bulk data import (as alternative to XML import. Maybe previous Excel->XML import tool?)
15
- Excel/CSV import tool for bulk data import (as alternative to XML import. Maybe previous Excel->XML import tool?)
16
- Make some resources only available for RAs or Admins (e.g. manuals)
-
 
17
 
16
 
18
LDAP / OAUTH:
17
LDAP / OAUTH:
19
- Implement other OAuth providers?
18
- Implement other OAuth providers?
20
- When someone is logged in using OAuth or LDAP, we must prohibit that the user changes their email address,
19
- When someone is logged in using OAuth or LDAP, we must prohibit that the user changes their email address,
21
  because this would make him lose his account and OIDs, since the account is *NOT* linked to the OAuth/LDAP uid, but to the email address!!!
20
  because this would make him lose his account and OIDs, since the account is *NOT* linked to the OAuth/LDAP uid, but to the email address!!!