View Issue Details

IDProjectCategoryView StatusLast Update
0005573SOGoGUIpublic2022-08-15 08:22
ReporterBrotherJ Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status newResolutionopen 
PlatformAMD64OSDebian BullseyeOS Version11
Product Version5.7.0 
Summary0005573: Login after upgrade no longer possible
Description

After upgrading from a working SOGo 5.0.1 to SOGo 5.7.0, I can no longer log in with my user. After entering the login and sending, the Sogo login mask appears again.
How to solve the problem?
Second question:
How can I change the password of the administrator admin?
echo -n 'secret' | md5sum
5ebe2294ecd0e0f08eab7690d2a6ee69
and
UPDATE sogo_users SET c_password='5ebe2294ecd0e0f08eab7690d2a6ee69' WHERE c_uid = 'admin';
do not working.

Greetings
BrotherJ

TagsNo tags attached.

Activities

jan

jan

2022-08-15 05:05

reporter   ~0016161

Did you do the SQL Updates from /usr/share/doc/sogo
I assume you might need sql-update-5.5.1_to_5.6.0.sh

BrotherJ

BrotherJ

2022-08-15 08:22

reporter   ~0016163

Thanks Jan for your feedback. No, I didn't do the SQL Updates from /usr/share/doc/sogo. Because I wasn't aware of the existence of these upgrade files. Unfortunately, I hadn't found any direct documentation on upgrades.

But now the login works again.

I do have one additional question. The MySQL dumps of the SoGO-DB seem very small to me, given that the calendar contains a large number of appointments. Where does SoGO generally store these appointment entries?

Issue History

Date Modified Username Field Change
2022-08-12 17:31 BrotherJ New Issue
2022-08-15 05:05 jan Note Added: 0016161
2022-08-15 08:22 BrotherJ Note Added: 0016163