Incorrect email address in the auth.py module

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: PostgreSQL WWW <pgsql-www(at)lists(dot)postgresql(dot)org>
Subject: Incorrect email address in the auth.py module
Date: 2019-03-27 13:12:26
Message-ID: Bk2m7cUcBzU8MndxidLFDkPok8uyf5xHx5-xcegc4VLQqONaNUPL2snvnYO8xz1Ly-bF97zgnOzTx7TPeiDxN69rDGacJCy0mhc4xTLIbhc=@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

Poking around in the CF app I noticed that the auth.py module for integrating with
the community authentication was out of sync with the copy in the main pgweb repo.
Turns out the copy in the CF app is the most up to date as it has fixed the email
address in the account merging support email template. The attached patch merges
the changes from the CF app copy into the one in the pgweb repo. Unless there are
objections I plan to apply this soon.

This also fixes an adjacent typo spotted in the process.

cheers ./daniel

Attachment Content-Type Size
auth_py_sync.patch application/octet-stream 2.0 KB

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Magnus Hagander 2019-03-27 14:51:59 Re: Incorrect email address in the auth.py module
Previous Message Daniel Gustafsson 2019-03-27 12:28:18 Redundant role attribute on the CF app