[opencms-dev] Search index configuration
Alex Kandzior
alex at opencms.org
Fri Aug 5 11:03:39 CEST 2022
Hi Fabian!
> - How can I import users and groups that have been exported from e.g. 10.5? In other terms, as the password mechanics seem to have changed, how can I migrate local users and groups to a fresh install of OpenCms 13?
Check the configuration file „opencms-system.xml“. Somewhere aound line 35 is the <passwordhandler> configuration.
Change this back to:
<passwordhandler class="org.opencms.security.CmsDefaultPasswordHandler">
<encoding>UTF-8</encoding>
<digest-type>MD5</digest-type>
<param name="compatibility.convert.digestencoding">false</param>
</passwordhandler>
Then the old MD5 encoded password should still work.
> - Can I no longer add/modify search indexes and sources through the GUI?
Yes, this is the case.
Kind regards,
Alex.
-------------------
Alexander Kandzior
Alkacon Software - The OpenCms Experts
http://www.alkacon.com - http://www.opencms.org
> Am 04.08.2022 um 22:10 schrieb Fabian Huschka via opencms-dev <opencms-dev at opencms.org>:
>
> Hi,
>
> I had finally the chance to fiddle with OpenCms 13. And two things struck me right away:
>
> - How can I import users and groups that have been exported from e.g. 10.5? In other terms, as the password mechanics seem to have changed, how can I migrate local users and groups to a fresh install of OpenCms 13?
> - Can I no longer add/modify search indexes and sources through the GUI?
>
> Many thanks,
>
>
> \Fabian
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> https://lists.opencms.org/mailman/listinfo/opencms-dev
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opencms.org/pipermail/opencms-dev/attachments/20220805/3593341b/attachment.htm>
More information about the opencms-dev
mailing list