mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
Updated generate_token to use encrypt the entire url.
Created notify_client.sender to hold the methods to send notifications.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
from flask import render_template, flash, current_app
|
||||
from flask import render_template, current_app
|
||||
from app.main import main
|
||||
from app.main.dao import users_dao
|
||||
from app.main.forms import ForgotPasswordForm
|
||||
from app.main.views import send_change_password_email
|
||||
from app.notify_client.sender import send_change_password_email
|
||||
|
||||
|
||||
@main.route('/forgot-password', methods=['GET', 'POST'])
|
||||
|
||||
Reference in New Issue
Block a user