Age | Commit message (Collapse) | Author |
|
- Add new url for sending email
- Add new view function to send email to students
|
|
|
|
|
|
StdIO error output simplification
|
|
- Add test for email_verified decorator
- Add tests to check for non moderator logins
|
|
|
|
|
|
answerpaper.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Alter activation_key field in Profile model
- Change get_activation_key function in send_mail to create secret_key of fixed length
- Change forms.py to get updated activation_key
- Change views.py to save activation_key
|
|
|
|
|
|
- Allow moderator to send emails to students enrollded in a course
- Add validations to check email data in course.js
|
|
- Change views to send mails to students enrolled in a course
- Add reverse resolution in urls.py
|
|
|
|
|
|
|
|
|
|
Release related changes for version 0.6.0
|
|
|
|
|
|
Email verification testing
|
|
|
|
- Store activation key expiry time according to timezone for email verification and activation
- Add reverse resolution in urls.py
|
|
|
|
|
|
- Fix test cases to ensure fails if prerequisite is not set
|
|
|
|
|
|
|
|
|
|
|
|
Docs updation for course code
|
|
|
|
|
|
|
|
string
|
|
Allow redirection to desired page after logging in
|
|
|
|
|