backdrop-contrib / bakery

Allows for single sign-on between Backdrop sites on the same domain.
GNU General Public License v2.0
1 stars 3 forks source link

PHP 7.1 compatibility (mcrypt is deprecated) #8

Open quicksketch opened 5 years ago

quicksketch commented 5 years ago

On PHP 7.1+, bakery module throws a bunch of deprecation notices because mcrypt_* functions are all now deprecated. Similar issue filed for the Drupal version at https://www.drupal.org/project/bakery/issues/3005276.

jenlampton commented 5 years ago

I've applied this patch to b.org