# AA Skip Email
This module allows you to skip the email asking when registering a user.
## Install
Use pip to install the module:
```bash
pip install aa-skip-email
```
Edit the settings/local.py settings file.
Add aa_skip_email to the INSTALLED_APPS list.
```python
INSTALLED_APPS += [
...
'aa_skip_email'
...
]
```
Override the AUTHENTICATION_BACKENDS variable.
```python
AUTHENTICATION_BACKENDS = [
'aa_skip_email.authentication.backends.SkipEmailBackend',
'django.contrib.auth.backends.ModelBackend'
]
```
Restart the allianceauth server.
## See also
- [allianceauth.allianceauth.backends](https://gitlab.com/allianceauth/allianceauth/-/blob/master/allianceauth/authentication/backends.py)
- [github.com/allianceauth/allianceauth/issues/1060](https://github.com/allianceauth/allianceauth/issues/1060)
Raw data
{
"_id": null,
"home_page": "https://gitlab.com/zima-corp/aa-skip-email",
"name": "aa-skip-email",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": "",
"keywords": "",
"author": "Boris Talovikov",
"author_email": "boris@talovikov.ru",
"download_url": "https://files.pythonhosted.org/packages/35/b0/2a884524eaf9e109a9ca2246cdb88f6b74e24de5bcddb69604ecaac77dc2/aa_skip_email-0.1.1.tar.gz",
"platform": null,
"description": "# AA Skip Email\n\nThis module allows you to skip the email asking when registering a user.\n\n## Install\n\nUse pip to install the module:\n\n```bash\npip install aa-skip-email\n```\n\nEdit the settings/local.py settings file.\n\nAdd aa_skip_email to the INSTALLED_APPS list.\n\n```python\nINSTALLED_APPS += [\n ...\n 'aa_skip_email'\n ...\n]\n```\n\nOverride the AUTHENTICATION_BACKENDS variable.\n\n```python\nAUTHENTICATION_BACKENDS = [\n 'aa_skip_email.authentication.backends.SkipEmailBackend',\n 'django.contrib.auth.backends.ModelBackend'\n]\n```\n\nRestart the allianceauth server.\n\n## See also\n\n- [allianceauth.allianceauth.backends](https://gitlab.com/allianceauth/allianceauth/-/blob/master/allianceauth/authentication/backends.py)\n- [github.com/allianceauth/allianceauth/issues/1060](https://github.com/allianceauth/allianceauth/issues/1060)\n",
"bugtrack_url": null,
"license": "GPL-3.0-or-later",
"summary": "Allows you to skip entering your email after registering via EVE SSO",
"version": "0.1.1",
"project_urls": {
"Homepage": "https://gitlab.com/zima-corp/aa-skip-email",
"Repository": "https://gitlab.com/zima-corp/aa-skip-email"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "393edc9012d99b96c12439291a1e1279f5a38ece09507921f2f83ace0a85d28f",
"md5": "6f3a4884285328e8c2f33d3ea9efba40",
"sha256": "1ee07226a646b9da92bf3b01f38cd5249c1f3f2e3545574f5f8c7dec28ffb232"
},
"downloads": -1,
"filename": "aa_skip_email-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6f3a4884285328e8c2f33d3ea9efba40",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 2256,
"upload_time": "2024-03-12T09:41:23",
"upload_time_iso_8601": "2024-03-12T09:41:23.925993Z",
"url": "https://files.pythonhosted.org/packages/39/3e/dc9012d99b96c12439291a1e1279f5a38ece09507921f2f83ace0a85d28f/aa_skip_email-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "35b02a884524eaf9e109a9ca2246cdb88f6b74e24de5bcddb69604ecaac77dc2",
"md5": "4b9886766da790c9e04b2aa3f376b448",
"sha256": "c114ca67ecbd72aa6b61f42f0dee75191ce9839cad43aa2fa59fc40b6235b1d9"
},
"downloads": -1,
"filename": "aa_skip_email-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "4b9886766da790c9e04b2aa3f376b448",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 1976,
"upload_time": "2024-03-12T09:41:25",
"upload_time_iso_8601": "2024-03-12T09:41:25.606763Z",
"url": "https://files.pythonhosted.org/packages/35/b0/2a884524eaf9e109a9ca2246cdb88f6b74e24de5bcddb69604ecaac77dc2/aa_skip_email-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-12 09:41:25",
"github": false,
"gitlab": true,
"bitbucket": false,
"codeberg": false,
"gitlab_user": "zima-corp",
"gitlab_project": "aa-skip-email",
"lcname": "aa-skip-email"
}