12345678910111213141516171819202122232425262728293031 |
- This plugin disables posting for accounts that do not have a
- validated email address.
- Example:
- addPlugin(
- If you don
- accounts, you can specify a cutoff date to grandfather in users
- registered prior to that timestamp.
- addPlugin(
- array(
- You can also exclude the validation checks from OpenID accounts
- connected to a trusted provider, by providing a list of regular
- expressions to match their provider URLs.
- For example, to trust WikiHow and Wikipedia users:
- addPlugin(
-
-
-
- ),
- ));
- Todo:
- * add a more visible indicator that validation is still outstanding
- * test with XMPP, API posting
|