We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7171c53 commit 6538852Copy full SHA for 6538852
application/hooks/2_settings.php
@@ -68,4 +68,5 @@
68
$key = text::random($pool, 64);
69
Settings_Model::save_setting('forgot_password_secret', $key);
70
Kohana::config_set('settings.forgot_password_secret', $key);
71
+ $cache->delete($subdomain.'_settings');
72
}
0 commit comments