rdamashek / Community-Through-Caring

Strengthening Small Group and Community Relationships through Caring for Each Other's Needs
MIT License
1 stars 0 forks source link

Sign Up Failed #7

Open dancesWithCycles opened 7 months ago

dancesWithCycles commented 7 months ago

Hi there, As mentioned in #6 I was able to deploy a test instance.

Now I am struggling with signing up a member.

After entering member details (please refer to the screenshot)

Screenshot_2024-01-26_08-06-37

the page redirects to this error (please refer to the screenshot).

Screenshot_2024-01-26_08-07-16

You can see in the following snippet, that the new member have been inserted in the respective db table.

MariaDB [sib00_coc_oanm]> select id,name,email,auth_code,signup_date,status from member;
+----+--------+-----------------------------+-----------+---------------------+--------+
| id | name   | email                       | auth_code | signup_date         | status |
+----+--------+-----------------------------+-----------+---------------------+--------+
|  1 | Stefan | sbegerad@posteo.de          | NULL      | 2024-01-26 07:46:33 |      0 |
|  2 | Stefan | s.begerad@posteo.de         | NULL      | 2024-01-26 07:50:46 |      0 |
|  3 | Stefan | stefan.begerad@ecogood.org  | NULL      | 2024-01-26 07:57:32 |      0 |
|  4 |        | stefan.begerad@econgood.org | NULL      | 2024-01-26 08:10:13 |      0 |
+----+--------+-----------------------------+-----------+---------------------+--------+
4 rows in set (0.001 sec)

However, no more than that happened and I can not sign in with the existing members. FYI, no emails have been received by my email mailboxes.

Any hint what causes this situation?

Cheers!

rdamashek commented 7 months ago

Stefan/Fakhar,Stefan, we had a conversation back some time ago when I mentioned that we have been using the AWS Simple Mail Service to provide outbound emails successfully from the OAN app (we don’t use inbound emails at all).  You said you have an SMTP server available that should be able to support it. All you needed to do was provide an email address served by your domain, if I remember correctly.Fakhar, I had assumed there was a  in place via the Admin website settings as well as something in the ReadMe to indicate how you can change the SMTP outbound server to your own server. But I don’t see anything obvious. Is that capability in place? If not, can you please add that quickly?Please let us know how this issue can be resolved soonest. We now have a new external community in Catalonia (Spain) that wants to deploy and install the app.Thanks very much,RobertOn Jan 26, 2024, at 2:15 AM, Stefan Begerad @.> wrote: Hi there, As mentioned in #6 I was able to deploy a test instance. Now I am struggling with signing up a member. After entering member details (please refer to the screenshot) Screenshot_2024-01-26_08-06-37.png (view on web) the page redirects to this error (please refer to the screenshot). Screenshot_2024-01-26_08-07-16.png (view on web) You can see in the following snippet, that the new member have been inserted in the respective db table. MariaDB [sib00_coc_oanm]> select id,name,email,auth_code,signup_date,status from member; +----+--------+-----------------------------+-----------+---------------------+--------+ | id | name | email | auth_code | signup_date | status | +----+--------+-----------------------------+-----------+---------------------+--------+ | 1 | Stefan | @. | NULL | 2024-01-26 07:46:33 | 0 | | 2 | Stefan | @. | NULL | 2024-01-26 07:50:46 | 0 | | 3 | Stefan | @. | NULL | 2024-01-26 07:57:32 | 0 | | 4 | | @.*** | NULL | 2024-01-26 08:10:13 | 0 | +----+--------+-----------------------------+-----------+---------------------+--------+ 4 rows in set (0.001 sec)

However, no more than that happened and I can not sign in with the existing members. FYI, no emails have been received by my email mailboxes. Any hint what causes this situation? Cheers!

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>