Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Helios Server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
Helios Server
Commits
3702666f
Commit
3702666f
authored
14 years ago
by
Ben Adida
Browse files
Options
Downloads
Patches
Plain Diff
improved tasks and added email debugging
parent
94918230
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
auth
+1
-1
1 addition, 1 deletion
auth
email_debug.py
+4
-0
4 additions, 0 deletions
email_debug.py
helios
+1
-1
1 addition, 1 deletion
helios
settings.py.sample
+6
-0
6 additions, 0 deletions
settings.py.sample
with
12 additions
and
2 deletions
auth
@
1b4293e0
Compare
2e91327f
...
1b4293e0
Subproject commit
2e91327f2deecbaa351cd1f4ad66ea7d4dc08d37
Subproject commit
1b4293e0b1476dab0214c2da1075aba0fd836bc2
This diff is collapsed.
Click to expand it.
email_debug.py
0 → 100644
+
4
−
0
View file @
3702666f
import
smtpd
import
asyncore
server
=
smtpd
.
DebuggingServer
((
'
127.0.0.1
'
,
1025
),
None
)
asyncore
.
loop
()
This diff is collapsed.
Click to expand it.
helios
@
8653d353
Compare
45d16129
...
8653d353
Subproject commit
45d16129284cea04bfb90358f8a73ef8c2c82e30
Subproject commit
8653d35324dcd97ffec612f99854b3ce82ff7551
This diff is collapsed.
Click to expand it.
settings.py.sample
+
6
−
0
View file @
3702666f
...
@@ -125,6 +125,12 @@ HELIOS_VOTERS_EMAIL = True
...
@@ -125,6 +125,12 @@ HELIOS_VOTERS_EMAIL = True
AUTH_ENABLED_AUTH_SYSTEMS = ['password','facebook','twitter']
AUTH_ENABLED_AUTH_SYSTEMS = ['password','facebook','twitter']
AUTH_DEFAULT_AUTH_SYSTEM = None
AUTH_DEFAULT_AUTH_SYSTEM = None
# email server
EMAIL_HOST = 'localhost'
EMAIL_PORT = 1025
EMAIL_HOST_USER = ''
EMAIL_HOST_PASSWORD = ''
EMAIL_USE_TLS = False
# set up logging
# set up logging
import logging
import logging
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment