I have a website in core php with 'users' table that contains simple md5 encrypted password. I want to migrate those password and convert them into drupal hash password.
For e.g. md5 pass: 89fc9bf09b4025ce28c67cb33146d61a and after migration password will be stored like this: $S$EIMxgxYxwUxrj.uWOr9c4WSQiCvOzASdJUBhVfg8Fsa8zHitUUtq
I tried below code in .yml but thats not convert the encrypted password to drupal hash
Hello, I am using Drupal 8 and I have noticed a new issue. When a user submits a webform on a landing page, if they go to another page and come back to the landing page, or if they click the "back to form" link after submitting the form, the "Editorial Section" appears on the page, even if the user is anonymous. Two options are available for them, "View" and "Submissions". Luckily, clicking on either of them brings the user to a 404 error, but we do not want users to be seeing the "Editorial Section" after submitting a webform, and on mobile this will be a huge hindrance.