An error occurred fetching the project authors.
  1. 01 Jul, 2019 1 commit
  2. 10 Aug, 2018 1 commit
  3. 01 Oct, 2017 1 commit
  4. 28 Sep, 2017 1 commit
    • Gabriel Monnerat's avatar
      erp5_oauth_google_login: Implementation of login in ERP5 with Google Account · 160891ef
      Gabriel Monnerat authored
      Google Login follow the same implementation of ERP5 Login(subobject of Person) and with an action in preferences, the user can add Google Login to his person.
      
      - A link was add to login page in ERP5 with Google Account and zocial.min.css is used to display it nicely
      
      - logout was extended to remove cookie __ac_google_hash if authentication with Google account is enabled
      
      - login_form is using ERP5Site_getAvailableOAuthLoginList to know if google login is supported or not. With this, we can extend to other oauth easily.
      
      - ERP5ExternalOauth2ExtractionPlugin don't have the responsability of create user in extraction plugin. A more apporpriate place would be a dedicated "signup using oauth" page, relying on erp5_credential for the actual user creation.
      
      - portal_oauth is used to store secret_key and client_id from Google
      
      - enable PAS plugin through upgrader
      160891ef
  5. 12 Dec, 2016 1 commit
  6. 26 Oct, 2016 1 commit
    • Vincent Pelletier's avatar
      Use PAS API. · ecf4af3a
      Vincent Pelletier authored
      Allows being compatible with future, improved PAS plugin features.
      Also, drop a few useless imports.
      ecf4af3a
  7. 30 Nov, 2015 1 commit
  8. 17 Sep, 2012 7 commits