- Fix duplicated e-mail field in identity form (#1487054)
| | |
| | | - Add caching support in id2uid and uid2id functions (#1487019) |
| | | - Add SASL proxy authentication for SMTP (#1486693) |
| | | - Improve displaying of UI messages (#1486977) |
| | | - Fix double e-mail filed in identity form (#1487054) |
| | | |
| | | RELEASE 0.4.2 |
| | | ------------- |
| | |
| | | |
| | | // disable some field according to access level |
| | | if (IDENTITIES_LEVEL == 1 || IDENTITIES_LEVEL == 3) { |
| | | $form['adressing']['content']['email']['disabled'] = true; |
| | | $form['adressing']['content']['email']['class'] = 'disabled'; |
| | | $form['addressing']['content']['email']['disabled'] = true; |
| | | $form['addressing']['content']['email']['class'] = 'disabled'; |
| | | } |
| | | |
| | | $IDENTITY_RECORD['email'] = idn_to_utf8($IDENTITY_RECORD['email']); |