Navigation

    Kopano
    • Register
    • Login
    • Search
    • Categories
    • Get Official Kopano Support
    • Recent
    Statement regarding the closure of the Kopano community forum and the end of the community edition

    2fa webapp options.

    Kopano WebApp
    8
    24
    2570
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A Former User
      A Former User last edited by

      Hi All,

      the 2fa from

      https://www.familiethimm.de/google2fa-kopano-zarafa-2-faktor-authentifizierung-2fa-google-authenticator/

      is shutdown. are there any alternatives for this?

      1 Reply Last reply Reply Quote 0
      • mkuemmerle
        mkuemmerle Kopano last edited by

        Hi @ckruijntjens,

        not sure if this is the latest version but it’s the DL link from familiethimm:
        https://www.familiethimm.de/google2fa-kopano-zarafa-2-faktor-authentifizierung-2fa-google-authenticator/download-installation/

        greez
        Mathias

        A Former User 1 Reply Last reply Reply Quote 0
        • A Former User
          A Former User @mkuemmerle last edited by

          @mkuemmerle

          Hi Thank you this is the latest version indeed. My question is because after an update of kopano webapp the login screen from google2fa does not show any text anymore.

          So if i enter a wrong code it not shows me that its not correct…

          mniehren 1 Reply Last reply Reply Quote 0
          • mniehren
            mniehren @Guest last edited by

            @ckruijntjens

            I got the same issue here, WebApp V4.4.2953 show’s the text and the buttons, but the current V4.5.1 does not.

            A Former User 1 Reply Last reply Reply Quote 0
            • A Former User
              A Former User @mniehren last edited by

              @mniehren

              Yup. I tried to fix it but dont know how. it really anoys me…

              1 Reply Last reply Reply Quote 0
              • robing
                robing Kopano (Inactive) last edited by

                So i did some quick debugging and this line is the cause of the problem https://stash.kopano.io/projects/KW/repos/kopano-webapp/browse/index.php#226 in theory you can comment it out and WebApp should work normally, but this is added for https://jira.kopano.io/browse/KW-3552 so a real fix should be made in the plugin itself

                I’m not into PHP so i have no idea how to solve it correctly in the plugin itself but maybe someone has an pointer now to do that now

                Regards Robin,

                Need support?
                Have a look at https://kopano.com/support/ for options.

                Helpful resources:
                https://kopano.com/blog/how-to-get-kopano/
                https://documentation.kopano.io/
                https://kb.kopano.io/

                1 Reply Last reply Reply Quote 0
                • norman
                  norman last edited by

                  The problems with Google2FA are related to the loss of session variables. So https://stash.kopano.io/projects/KW/repos/kopano-webapp/browse/index.php#226 could be the cause of this. Please note that this has also effect of Goole2FA functionality - not only the presentation.

                  Norman

                  A Former User 1 Reply Last reply Reply Quote 0
                  • A Former User
                    A Former User @norman last edited by

                    @norman

                    Hi Norman. The project is not continued (google2fa)

                    Are there any alternatives?

                    The 2fa gives us a extra security layer.

                    1 Reply Last reply Reply Quote 0
                    • norman
                      norman last edited by norman

                      Unfortunately, I had to stop the development of Googl2FA due to time constraints. I do not provide an alternative. Kopano works on new security features.

                      If someone wants to run Google2FA with the new WebApp versions, the session can be restarted in the plugin and, if necessary, closed again. But I couldn’t test that.

                      https://bitbucket.org/normanth/google2fa/src/master/php/plugin.google2fa.php row 80

                      session_start();
                      

                      https://bitbucket.org/normanth/google2fa/src/master/php/plugin.google2fa.php between rows 93/94

                      session_write_close();
                      

                      With the new php versions mcrypt (to (de)crypt secret etc.) is not available. The Google2FA version from repository supports SSH. If necessary, the authentication must be reset.

                      Norman

                      A Former User 2 Replies Last reply Reply Quote 1
                      • A Former User
                        A Former User @norman last edited by

                        @norman

                        Thanks for your answer. this indeed is the solution for the problem.

                        1 Reply Last reply Reply Quote 0
                        • A Former User
                          A Former User @norman last edited by

                          @norman

                          One lsat question Norman. The single sign on codes are not working. its not accepting the codes.

                          Is there something i can do about this?

                          norman 1 Reply Last reply Reply Quote 0
                          • norman
                            norman @Guest last edited by

                            @ckruijntjens I don’t know - try to reset the plugin and reconfigure the 2FA in the WebApp…

                            1 Reply Last reply Reply Quote 0
                            • GeeGee
                              GeeGee last edited by

                              It is pretty dramatic that there is neither Support in this Plugin nor an official Feature available.
                              For the webapp this is a pure must. In fact fido2 Support would be nice too.

                              1 Reply Last reply Reply Quote 0
                              • boospy
                                boospy last edited by

                                You can install the 2Factor Package easy from us repository.
                                https://apt.iteas.at

                                apt install kopano-webapp-plugin-2fa-google
                                
                                A Former User 1 Reply Last reply Reply Quote 0
                                • A Former User
                                  A Former User @boospy last edited by

                                  @boospy is this plugin also maintained?

                                  1 Reply Last reply Reply Quote 0
                                  • boospy
                                    boospy last edited by

                                    We use the plugin on all us customers. So if an update are necessary, we build an new package.

                                    The DEV’s website is here: https://www.familiethimm.de/google2fa-kopano-zarafa-2-faktor-authentifizierung-2fa-google-authenticator/download-installation/

                                    norman 1 Reply Last reply Reply Quote 0
                                    • norman
                                      norman @boospy last edited by

                                      @boospy The plugin is no longer supported / developed by the developer (me).

                                      boospy 1 Reply Last reply Reply Quote 0
                                      • boospy
                                        boospy @norman last edited by

                                        @norman said in 2fa webapp options.:

                                        @boospy The plugin is no longer supported / developed by the developer (me).

                                        Really… oh no… on from the absolutly best plugins…

                                        1 Reply Last reply Reply Quote 0
                                        • marty
                                          marty Kopano (Inactive) last edited by

                                          @norman Would it make sense to move it to github instead, allowing for people to fork it/fixing current issues etc.

                                          https://documentation.kopano.io/deskapp_admin_manual
                                          http://documentation.kopano.io/webapp_smime_manual
                                          https://documentation.kopano.io/webapp_admin_manual

                                          norman 1 Reply Last reply Reply Quote 0
                                          • norman
                                            norman @marty last edited by norman

                                            @marty the sources are in BitBucket (https://bitbucket.org/normanth/google2fa/). It’s possible to create a fork
                                            and I can add developers, too. The sources can also be moved! How to create a version is on my homepage. https://www.familiethimm.de/google2fa-kopano-zarafa-2-faktor-authentifizierung-2fa-google-authenticator/development/

                                            GeeGee 1 Reply Last reply Reply Quote 1
                                            • First post
                                              Last post