Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
joomla:bethico40 [2022/05/07 16:37] – [Guides] Bernard Condraujoomla:bethico40 [2023/01/09 17:31] Bernard Condrau
Line 60: Line 60:
   * Disable plugin //System - WebAuthn Passwordless Login//   * Disable plugin //System - WebAuthn Passwordless Login//
   * Site module should be enabled for all pages. mod_bethico_contact_form, for example, will not work if not enabled for the page where it is used.   * Site module should be enabled for all pages. mod_bethico_contact_form, for example, will not work if not enabled for the page where it is used.
 +
 ===== Development ===== ===== Development =====
   * If a namespace changes during development, for example in the xml file, then you need to adjust the namespace in file ''/administrator/cache/autoload_psr4.php''   * If a namespace changes during development, for example in the xml file, then you need to adjust the namespace in file ''/administrator/cache/autoload_psr4.php''
 +
 +===== Login =====
 +  * If you need to change the site's Multi-Faktor Login credentials, you need to align the following:
 +  - File ''configuration.php'' variable ''$secret'' in your site root
 +  - Table ''#__user_mfa'' in the database
  
 ===== CORS - CSRF ===== ===== CORS - CSRF =====