diff options
author | Carl Schwan <carl@carlschwan.eu> | 2021-02-26 15:00:55 +0100 |
---|---|---|
committer | Carl Schwan <carl@carlschwan.eu> | 2021-02-26 15:00:55 +0100 |
commit | f5862e8b6fccb85f7080ccddcdea436540588b36 (patch) | |
tree | 611e3518cff4828432084c4ca9f4150ec7cf1bbe /lib/connection.h | |
parent | 382b08fc5ad9f22dacb2e6504869c42062565e7c (diff) | |
download | libquotient-f5862e8b6fccb85f7080ccddcdea436540588b36.tar.gz libquotient-f5862e8b6fccb85f7080ccddcdea436540588b36.zip |
Add public method to determine if we can change the user password
Diffstat (limited to 'lib/connection.h')
-rw-r--r-- | lib/connection.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/connection.h b/lib/connection.h index 4f949641..0d22d01f 100644 --- a/lib/connection.h +++ b/lib/connection.h @@ -354,6 +354,11 @@ public: * \sa loadingCapabilities */ QVector<SupportedRoomVersion> availableRoomVersions() const; + /// Indicate if the user can change its password from the client. + /// This is often not the case when SSO is enabled. + /// \sa loadingCapabilities + bool canChangePassword() const; + /** * Call this before first sync to load from previously saved file. * |