afterlogic / webmail-lite-8

Open-source webmail script for existing IMAP server
https://afterlogic.org/webmail-lite-8
GNU Affero General Public License v3.0
335 stars 72 forks source link

OnlyPasswordForAccountCreate (wrong type) #25

Closed navossoc closed 6 years ago

navossoc commented 6 years ago

I'm pretty sure the type should be bool and not book.

webmail_php\modules\OAuthIntegratorWebclient\config.json

    "OnlyPasswordForAccountCreate": [
        true,
        "book"
    ],

[]'s

afterlogic-support commented 6 years ago

Good point, thank you, we've corrected this.