Changeset 7545
- Timestamp:
- Dec 7, 2018, 8:07:20 AM (4 years ago)
- Location:
- trunk/doc/src/docbook
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/src/docbook/admin/installation.xml
r7521 r7545 62 62 file. The <constant>db.driver</constant> setting can be removed. 63 63 </para> 64 65 <bridgehead>The (very) old Authenticator API has been removed</bridgehead> 66 <para> 67 The <code>net.sf.basedb.core.authentication.Authenticator</code> 68 interface and other related code that was deprecated in BASE 3.3 69 has been removed. Systems that still use old authentication code 70 need to replace this with a newer version before updating. 71 </para> 72 73 <bridgehead>Changes to the authentication system</bridgehead> 74 <para> 75 The authentication system has been updated to make it easier to 76 install more than one external authentication manager. The changes 77 are backwards compatible and existing authentication managers should 78 still work as before as long as they are the only ones installed. 79 However, the existing authentication managers will probably not work 80 well if more than one is installed since they lack some features that 81 are neccessary in order to cooperate with other managers. Before installing 82 more than one authentication manager it is recommended that they are 83 updated to newer versions. 84 </para> 85 86 <para> 87 Newer authentication managers typically no longer provide support for 88 password authentication. If the intention is that some users still should be 89 able to login with username+password, it is recommended that the 90 <guilabel>Password login form</guilabel> is enabled. Go to 91 <menuchoice> 92 <guimenu>Administrate</guimenu> 93 <guisubmenu>Plug-ins & extensions</guisubmenu> 94 <guimenuitem>Overview</guimenuitem> 95 </menuchoice> and locate the <guilabel>Login form customization</guilabel> 96 extension point to find it. 97 </para> 98 64 99 </important> 65 100 -
trunk/doc/src/docbook/appendix/incompatible.xml
r7344 r7545 35 35 and backwards compatible. 36 36 </para> 37 38 <sect1 id="appendix.incompatible.3.14"> 39 <title>BASE 3.14 release</title> 40 41 <bridgehead id="appendix.incompatible.authenticator">The (very) old Authenticator API has been removed</bridgehead> 42 <para> 43 The <code>net.sf.basedb.core.authentication.Authenticator</code> 44 interface and other related code that was deprecated in BASE 3.3 45 has been removed. Systems that still use old authentication code 46 need to replace this with a newer version before updating. 47 </para> 48 49 </sect1> 37 50 38 51 <sect1 id="appendix.incompatible.3.11"> -
trunk/doc/src/docbook/appendix/update_warnings.xml
r7521 r7545 44 44 the <constant>db.url</constant> setting in the <filename>base.config</filename> 45 45 file. The <constant>db.driver</constant> setting can be removed. 46 </para> 47 48 <bridgehead>The (very) old Authenticator API has been removed</bridgehead> 49 <para> 50 The <code>net.sf.basedb.core.authentication.Authenticator</code> 51 interface and other related code that was deprecated in BASE 3.3 52 has been removed. Systems that still use old authentication code 53 need to replace this with a newer version before updating. 54 </para> 55 56 <bridgehead>Changes to the authentication system</bridgehead> 57 <para> 58 The authentication system has been updated to make it easier to 59 install more than one external authentication manager. The changes 60 are backwards compatible and existing authentication managers should 61 still work as before as long as they are the only ones installed. 62 However, the existing authentication managers will probably not work 63 well if more than one is installed since they lack some features that 64 are neccessary in order to cooperate with other managers. Before installing 65 more than one authentication manager it is recommended that they are 66 updated to newer versions. 67 </para> 68 69 <para> 70 Newer authentication managers typically no longer provide support for 71 password authentication. If the intention is that some users still should be 72 able to login with username+password, it is recommended that the 73 <guilabel>Password login form</guilabel> is enabled. Go to 74 <menuchoice> 75 <guimenu>Administrate</guimenu> 76 <guisubmenu>Plug-ins & extensions</guisubmenu> 77 <guimenuitem>Overview</guimenuitem> 78 </menuchoice> and locate the <guilabel>Login form customization</guilabel> 79 extension point to find it. 46 80 </para> 47 81
Note: See TracChangeset
for help on using the changeset viewer.