「SMS、お手数ですがテキストの変更をお願いいたします。」

このコミットが含まれているのは:
守矢諏訪子 2021-12-14 17:50:04 +09:00
コミット b525ff76a0
4個のファイルの変更20行の追加2行の削除

ファイルの表示

@ -72,7 +72,7 @@ class ChildrenController extends Controller {
$telact->push();
// SMSを送ります。
$message = view('sms.children.register', ['token' => $token]);
$message = view('sms.children.register.temporary', ['token' => $token]);
\Notification::route('nexmo', '81'.substr($r->tel, 1))->notify(new SmsNotification($message));
DB::commit();
@ -166,6 +166,10 @@ class ChildrenController extends Controller {
$telact->child_id = $child->id;
$telact->save();
// SMSを送ります。
$message = view('sms.children.register.main', ['tel' => $r->tel, 'password' => $r->password]);
\Notification::route('nexmo', '81'.substr($r->tel, 1))->notify(new SmsNotification($message));
DB::commit();
} catch (\Throwable $e) {
// 失敗

ファイルの表示

@ -1,4 +1,7 @@
パスワード再発行用URLです。
KIKIをご利用頂きありがとうございます。
下記URLよりパスワードの再発行を行なってください。
有効期限は8時間以内です。
{{ url('/').'/c-account/forgot-password/reset/'.$token }}

ファイルの表示

@ -0,0 +1,11 @@
KIKI招致システムの本登録が完了しました。
▼ログイン情報
ログインURL
{{ url('/').'/c-account/login' }}
ID
{{ $tel }}
パスワード
{{ $password }}