Erudika / scoold

A Stack Overflow clone for teams (self-hosted or hosted)
https://scoold.com
Apache License 2.0
863 stars 239 forks source link

"niceprofile" doesn't seem to be added for users #333

Closed rberends closed 2 years ago

rberends commented 2 years ago

Hey there. We've had a small bug. According to src/main/java/com/erudika/scoold/core/Profile.java, isComplete() should be true when a few values of a profile have been filled in.

This in turn should trigger the "niceprofile" badge to be added to said users.

We've encountered that for our users, which were created using the AD authentication method, this doesn't happen.

image