Meraki Splashページの仕様について

Solved
UeharaAyano
Conversationalist

Meraki Splashページの仕様について

Meraki SplashページのWelcome Messageがクライアント(スマホ、PC)によって中央揃え、左揃えと表示が統一されておりません。左揃えに統一したい場合、HTML/CSSをWelcome Messageに適用するしか方法は無いでしょうか。HTML/CSSの知識が無い為、他に方法があればご教示頂きたく思います。

 

また、Splashページで新規ユーザを登録する際、Merakiダッシュボード上でアクティベーションメールの有効時間を変更することは出来ますでしょうか。

1 Accepted Solution
michalc
Meraki Employee
Meraki Employee

こんにちは @UeharaAyano さん、 ダッシュボードにはテキスト書式設定ツールはありません。テキストを左揃えにするには、次のものを使用します: <div style="text-align: left;">ここにウェルカム メッセージ</div>。 これを「メッセージ」ボックスに直接貼り付けると、デバイス間で左揃えが強制されます。 メールの有効期限については、メールの有効期間を直接変更することはできませんが、アクティブ化された後のユーザーのアクセス期間に影響を与えることはできます。スプラッシュ ページ設定の「スプラッシュ動作」で、「スプラッシュ頻度」(1 時間ごと、1 日ごと、1 週間ごとなど) を設定できます。これはメール リンクの有効期間には影響しませんが、ユーザーが再認証しなければならない頻度を制御し、頻繁なメール アクティブ化への依存を減らすことができます。 お役に立てれば幸いです。

 

Hi @UeharaAyano ,


The dahsboard does not offer any text formatting tools. To justify text to the left you would use:

  • <div style="text-align: left;">Your welcome message here</div>. 
  • You can paste this directly into the "Message" box, and it should enforce left-justification across devices.


Regarding email expiration, you can’t change the email’s validity directly, but you can influence how long a user’s access lasts once activated. In the Splash page settings, under "Splash behavior," you can set the "Splash frequency" (e.g., every hour, day, or week). This doesn’t affect the email link’s lifespan but controls how often users must re-authenticate, potentially reducing reliance on frequent email activations.

 

Hope this helps! 

If you found this post helpful, please give it kudos. If it solved your problem, click "accept as solution" so that others can benefit from it.

View solution in original post

1 Reply 1
michalc
Meraki Employee
Meraki Employee

こんにちは @UeharaAyano さん、 ダッシュボードにはテキスト書式設定ツールはありません。テキストを左揃えにするには、次のものを使用します: <div style="text-align: left;">ここにウェルカム メッセージ</div>。 これを「メッセージ」ボックスに直接貼り付けると、デバイス間で左揃えが強制されます。 メールの有効期限については、メールの有効期間を直接変更することはできませんが、アクティブ化された後のユーザーのアクセス期間に影響を与えることはできます。スプラッシュ ページ設定の「スプラッシュ動作」で、「スプラッシュ頻度」(1 時間ごと、1 日ごと、1 週間ごとなど) を設定できます。これはメール リンクの有効期間には影響しませんが、ユーザーが再認証しなければならない頻度を制御し、頻繁なメール アクティブ化への依存を減らすことができます。 お役に立てれば幸いです。

 

Hi @UeharaAyano ,


The dahsboard does not offer any text formatting tools. To justify text to the left you would use:

  • <div style="text-align: left;">Your welcome message here</div>. 
  • You can paste this directly into the "Message" box, and it should enforce left-justification across devices.


Regarding email expiration, you can’t change the email’s validity directly, but you can influence how long a user’s access lasts once activated. In the Splash page settings, under "Splash behavior," you can set the "Splash frequency" (e.g., every hour, day, or week). This doesn’t affect the email link’s lifespan but controls how often users must re-authenticate, potentially reducing reliance on frequent email activations.

 

Hope this helps! 

If you found this post helpful, please give it kudos. If it solved your problem, click "accept as solution" so that others can benefit from it.
Get notified when there are additional replies to this discussion.