Fix helper for bookworm.

This commit is contained in:
orhtej2 2023-09-08 19:57:36 +02:00
parent 1b44ec4898
commit 2880d1cfb9

View file

@ -889,7 +889,7 @@ function edit_user()
end
ldap:close()
local rex = require "rex_pcre"
local rex = require "rex_pcre2"
local rex_flags = rex.flags()
local mail_re = rex.new([[^[\w\.\-+%]+@([^\W_A-Z]+([\-]*[^\W_A-Z]+)*\.)+([^\W\d_]{2,})$]], rex_flags.UTF8 + rex_flags.UCP)